Closed
Bug 700975
Opened 13 years ago
Closed 13 years ago
[RTL] Unclickable items on forward button (only with a long left click)
Categories
(Firefox :: Theme, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: itiel_yn8, Unassigned)
References
Details
(Keywords: regression)
Attachments
(1 file)
33.73 KB,
image/png
|
Details |
User Agent: Mozilla/5.0 (Windows NT 6.1; rv:8.0) Gecko/20100101 Firefox/8.0
Build ID: 20111104165243
Steps to reproduce:
Long LEFT click on the Forward button.
Actual results:
The items there are unclickable.
Only the icon are clickable.
Expected results:
I should be able to click on the words there, but I can't.
It's happening also in other machines.
A screenshot is attached.
Note: This bug was active since Firefox 5 (not sure how about version 4).
I thought someone will notice this and report, but every version I'm disappointed again and again :(
Thanks.
![]() |
||
Updated•13 years ago
|
Blocks: 582485
Status: UNCONFIRMED → NEW
Ever confirmed: true
Keywords: regression
Summary: Unclickable items on forward button (only with a long left click) → [RTL]Unclickable items on forward button (only with a long left click)
Updated•13 years ago
|
Version: 8 Branch → unspecified
Summary: [RTL]Unclickable items on forward button (only with a long left click) → [RTL] Unclickable items on forward button (only with a long left click)
Just now a friend of mine (he has english version of Firefox 8) told me that this bug does not exist there.
I have RTL version of Firefox, Hebrew.
![]() |
||
Comment 7•13 years ago
|
||
the cause is #forward-button:-moz-locale-dir(rtl) {-moz-transform: scaleX(-1);} in the following.
This problem is gone if remove -moz-transform: scaleX(-1), of course the direction of the icon becomes opposite.
http://mxr.mozilla.org/mozilla-central/source/browser/themes/winstripe/browser.css#837
#back-button:-moz-locale-dir(rtl) > .toolbarbutton-icon,
#forward-button:-moz-locale-dir(rtl),
#forward-button:-moz-locale-dir(rtl) > .toolbarbutton-text {
-moz-transform: scaleX(-1);
}
This doesn't tell me much O_O
I'll wait for a patch for that :P
Thanks for the info.
Reporter | ||
Comment 10•13 years ago
|
||
Anything? anyone?
This issue still exists in Firefox 9.0.1.
Product: Firefox → Fennec
Version: unspecified → Firefox 9
Updated•13 years ago
|
Component: General → Theme
Product: Fennec → Firefox
QA Contact: general → theme
Version: Firefox 9 → 9 Branch
Reporter | ||
Comment 11•13 years ago
|
||
Any changes since then?
![]() |
||
Comment 12•13 years ago
|
||
This seemed to be fixed in Nightly13.0a1.
Bug 664707 fixed this.
Depends on: 664707
Reporter | ||
Comment 13•13 years ago
|
||
Hell yeah :D
Is there anything else I should do here?
Thank you all.
Comment 14•13 years ago
|
||
Yeah, that makes sense if the popup is a child of an element with a CSS transform.
Reporter | ||
Comment 15•13 years ago
|
||
Woohoo!
The bug was finally fixed in Firefox 13.
I'm changing the status to RESOLVED WORKSFORME. :)
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•