Closed
Bug 1273337
Opened 9 years ago
Closed 9 years ago
CSS transform + :focus bug since Firefox 3.6.7
Categories
(Core :: CSS Parsing and Computation, defect)
Tracking
()
VERIFIED
DUPLICATE
of bug 581604
People
(Reporter: dr.zoidberg, Unassigned)
References
()
Details
(Keywords: css3, Whiteboard: transform, focus, animation, anchor)
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Safari/537.36
Steps to reproduce:
(sorry for my bad english)
Hi,
I did :focus + transform in CSS to an anchor.
JSFiddle : https://jsfiddle.net/qcpa21s3/
Actual results:
With this CSS, if you click on the link and hold it and then move your mouse over the link will stay on the bottom... (On my website with Boostrap 3 it stay red too)
I tested it in Chrome too. (it works for Chrome if you move the mouse after the mouseover)
Expected results:
The link has to return on top. It works actually only if you click again anywhere. This bug was already here in Firefox 3.6.7 : http://stackoverflow.com/questions/3322050/select-box-focus-bug-using-moz-transform-in-firefox/
Reporter | ||
Updated•9 years ago
|
Comment 1•9 years ago
|
||
The stack overflow report says it was already reported so why report it again?
Status: UNCONFIRMED → RESOLVED
Closed: 9 years ago
Resolution: --- → DUPLICATE
Reporter | ||
Updated•9 years ago
|
Status: RESOLVED → UNCONFIRMED
Resolution: DUPLICATE → ---
Whiteboard: transform, focus, animation, anchor
Updated•9 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 9 years ago → 9 years ago
Resolution: --- → DUPLICATE
Updated•9 years ago
|
Status: RESOLVED → VERIFIED
Reporter | ||
Comment 3•9 years ago
|
||
-_- it's not solved... Stop with the "Resolved" tag. I tried this solution bug it didn't work.
Comment 4•9 years ago
|
||
That bug isn't solved, it's still open.
Reporter | ||
Comment 5•9 years ago
|
||
Ok thank you.
Reporter | ||
Comment 6•9 years ago
|
||
Oh god... My english is bad I didn't understand you thought it was a duplicate bug... But it's not. The other bug is with a select box, mine is with an anchor.
Reporter | ||
Comment 7•9 years ago
|
||
=> If you don't delete this : VERIFIED DUPLICATE of bug 581604 I'll recreate a new one... Those bugs are not the same. I posted this link because it was a "hint".
Due to this status, this bug will never be shown... Take time to read the bugs before applying status.
You need to log in
before you can comment on or make changes to this bug.
Description
•