Closed
Bug 627309
Opened 15 years ago
Closed 15 years ago
Forward button wrongly clipped in RTL mode when using lightweight themes
Categories
(Firefox :: Theme, defect)
Tracking
()
RESOLVED
FIXED
Firefox 4.0b11
| Tracking | Status | |
|---|---|---|
| blocking2.0 | --- | final+ |
People
(Reporter: mstange, Assigned: mstange)
References
Details
(Keywords: regression, rtl, Whiteboard: [hardblocker])
Attachments
(1 file, 1 obsolete file)
|
2.98 KB,
patch
|
dao
:
review+
|
Details | Diff | Splinter Review |
No description provided.
| Assignee | ||
Updated•15 years ago
|
blocking2.0: --- → ?
| Assignee | ||
Comment 1•15 years ago
|
||
screenshot in attachment 505377 [details]
| Assignee | ||
Comment 2•15 years ago
|
||
| Assignee | ||
Updated•15 years ago
|
Attachment #505381 -
Flags: review?(dao)
| Assignee | ||
Comment 3•15 years ago
|
||
Comment on attachment 505381 [details] [diff] [review]
v1
missed icons+text mode
Attachment #505381 -
Attachment is obsolete: true
Attachment #505381 -
Flags: review?(dao)
| Assignee | ||
Comment 4•15 years ago
|
||
Attachment #505388 -
Flags: review?(dao)
| Assignee | ||
Updated•15 years ago
|
Keywords: regression
Summary: Forward button wrongly clipped when using lightweight themes → Forward button wrongly clipped in RTL mode when using lightweight themes
Updated•15 years ago
|
blocking2.0: ? → final+
Whiteboard: [hardblocker]
Updated•15 years ago
|
Attachment #505388 -
Flags: review?(dao) → review+
| Assignee | ||
Comment 5•15 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 4.0b11
Comment 6•15 years ago
|
||
Could you please post some short description of what the problem was here for mere mortals like me? :-) Thanks!
| Assignee | ||
Comment 7•15 years ago
|
||
Sure.
Bug 578422 added a mask to the forward button in lwtheme mode so that it doesn't extend under the (now transparent) round back button. However, this mask was assuming LTR orientation, so it was cutting out the circle shape on the wrong side in RTL mode (see attachment 50537 [details] [diff] [review]). Instead of creating another mask for the RTL case, I chose to flip the whole toolbarbutton using -moz-transform, so that the mask was flipped, too. The other changes in the patch were to unflip the untransformed button's shape and icon so that it doesn't get double-flipped.
Sorry, usually I'm the one who gets annoyed when people post insufficient bug descriptions...
Comment 8•15 years ago
|
||
Thanks a lot for your explanation, Markus! I just want to keep an eye on what's happening in the RTL land because I'll soon start testing Persian builds... :-)
You need to log in
before you can comment on or make changes to this bug.
Description
•