Closed
Bug 826695
Opened 13 years ago
Closed 13 years ago
Fix developer toolbar button alignment
Categories
(DevTools Graveyard :: Graphic Commandline and Toolbar, defect)
Tracking
(firefox20 verified)
VERIFIED
FIXED
Firefox 21
Tracking | Status | |
---|---|---|
firefox20 | --- | verified |
People
(Reporter: Optimizer, Assigned: Optimizer)
References
Details
Attachments
(1 file, 2 obsolete files)
1.58 KB,
patch
|
Optimizer
:
review+
bajaj
:
approval-mozilla-aurora+
|
Details | Diff | Splinter Review |
After bug 818428, the wrench icon is misaligned on Windows and Linux.
Assignee | ||
Comment 1•13 years ago
|
||
Makes the right margin of the icon 0px.
Right margin was 5px and 2px on Windows and Linux resp. due to the the rule
.toolbarbutton-icon[label]:not([label=""]),
.toolbarbutton-icon[type="menu"] {
-moz-margin-end: (5|2)px;
}
in
chrome://global/skin/toolbarbutton.css
Attachment #697910 -
Flags: review?(dao)
Assignee | ||
Updated•13 years ago
|
Whiteboard: [has-patch]
Comment 2•13 years ago
|
||
Comment on attachment 697910 [details] [diff] [review]
Quick Fix
This looks like it won't have the desired effect in RTL locales.
Attachment #697910 -
Flags: review?(dao) → review-
Assignee | ||
Comment 3•13 years ago
|
||
Ah, you are right. I should also use -moz-margin-end. patch soon.
Assignee | ||
Comment 4•13 years ago
|
||
Using -moz-margin-end to support RTL.
Attachment #697910 -
Attachment is obsolete: true
Attachment #699565 -
Flags: review?(dao)
Comment 5•13 years ago
|
||
Comment on attachment 699565 [details] [diff] [review]
patch v2.0
Just write 0 instead of 0px.
Attachment #699565 -
Flags: review?(dao) → review+
Assignee | ||
Comment 6•13 years ago
|
||
Carry forward r+
changed 0px to 0.
Attachment #699565 -
Attachment is obsolete: true
Attachment #699812 -
Flags: review+
Assignee | ||
Comment 7•13 years ago
|
||
Does this need Aurora uplift ?
Flags: needinfo?(paul)
Whiteboard: [has-patch] → [land-in-fx-team]
Comment 8•13 years ago
|
||
(In reply to Girish Sharma [:Optimizer] from comment #7)
> Does this need Aurora uplift ?
It won't hurt.
Flags: needinfo?(paul)
Comment 9•13 years ago
|
||
Whiteboard: [land-in-fx-team] → [fixed-in-fx-team]
Comment 10•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Whiteboard: [fixed-in-fx-team]
Target Milestone: --- → Firefox 21
Assignee | ||
Comment 11•13 years ago
|
||
Comment on attachment 699812 [details] [diff] [review]
patch v2.1
[Approval Request Comment]
Bug caused by (feature/regressing bug #): bug 818428
User impact if declined: The icon will be misaligned on all the three platforms
Testing completed (on m-c, etc.): Tested on latest Nightly. Icon is centered
Risk to taking this patch (and alternatives if risky): None
String or UUID changes made by this patch: None
Attachment #699812 -
Flags: approval-mozilla-aurora?
Updated•13 years ago
|
Attachment #699812 -
Flags: approval-mozilla-aurora? → approval-mozilla-aurora+
Updated•13 years ago
|
Whiteboard: [land-in-aurora]
Comment 12•13 years ago
|
||
status-firefox20:
--- → fixed
Whiteboard: [land-in-aurora]
Comment 13•12 years ago
|
||
I confirm the fix is verified on FF 20.b6 on Windows 7 x64:
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:20.0) Gecko/20100101 Firefox/20.0(20130320062118)
Status: RESOLVED → VERIFIED
Updated•7 years ago
|
Product: Firefox → DevTools
Updated•7 years ago
|
Product: DevTools → DevTools Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•