| Summary: | Git repository buttons are in a different order on different browsers | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [ECD] Orion | Reporter: | Max Li <maxli> | ||||
| Component: | Client | Assignee: | Susan McCourt <susan> | ||||
| Status: | RESOLVED FIXED | QA Contact: | |||||
| Severity: | normal | ||||||
| Priority: | P3 | ||||||
| Version: | 0.4 | ||||||
| Target Milestone: | 0.5 M1 | ||||||
| Hardware: | PC | ||||||
| OS: | Windows 7 | ||||||
| Whiteboard: | |||||||
| Attachments: |
|
||||||
|
Description
Max Li
Created attachment 211491 [details]
screenshot
I've attached a screenshot
Thanks Max. As part of this bug we should also make sure order is consistent across sections. For example, maybe delete is always on the right? I'd also like to see "checkout" and "merge" separated a little, for some reason I find myself pushing merge when I mean checkout, some separation might help. I fixed this in the course of touching all the git commands in bug 370014. The problem is that all the contributions were using a position of 1000, so you ended up sorting a bunch of equal contributions and the order would be determined by the js array sort implementation. I changed the contributions to use different positions. In doing so, I tried to make sure that delete "X" is always last for uniformity. |