Closed
Bug 539222
Opened 16 years ago
Closed 7 years ago
on tap, when an element has a moz-tranform: rotate set, we highlight the wrong area
Categories
(Firefox for Android Graveyard :: General, defect)
Firefox for Android Graveyard
General
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: vingtetun, Unassigned)
References
Details
Attachments
(1 file)
|
151 bytes,
text/html
|
Details |
Step to reproduce:
* load the attachment in fennec
* try to tap and hold to pan on the textbox
Actual result:
* the highlight in on the wrong area
Expected result:
* the highlight is on the right area
It seems that moz-transform didn't update the positionning of element for getClientRects and Co. (which seems logical to me, we just rotate the layout)
This example also fails in DOMi which highlight the wrong area when explorating the DOM
There is probably nothing we can do from JS for this.
Comment 1•15 years ago
|
||
Highlighting works now because we are using the active state for it. However, the form assistant still relies on getClientRects, and will zoom to the incorrect position.
Comment 2•7 years ago
|
||
Closing all opened bug in a graveyard component
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•