Open
Bug 1461818
Opened 8 years ago
Updated 3 years ago
JS-<Area>-getClientRects() gets wrong
Categories
(Core :: DOM: CSS Object Model, defect, P3)
Tracking
()
UNCONFIRMED
People
(Reporter: sandor.banki-horvath, Unassigned)
Details
(Keywords: testcase)
Attachments
(1 file)
|
16.88 KB,
application/x-zip-compressed
|
Details |
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:59.0) Gecko/20100101 Firefox/59.0
Build ID: 20180427210249
Steps to reproduce:
- open the attached html
- open F12-console
- move the mouse over <body>, <input>, <body>, <img>, <body>
Actual results:
- note that getClientRects().length of <aria> written in the console becomes 0 after <input>-hover (there are 2 calls of setAtribute() in the event handler)
- note that <img>-hover restores the getClientRects().length
- note that deactivate/activate of the browser window also restores it
Expected results:
- getClientRects().length of <aria> written in the console should be 1 continuously
Updated•8 years ago
|
Has STR: --- → yes
Component: Untriaged → DOM: CSS Object Model
Keywords: testcase
Product: Firefox → Core
Updated•8 years ago
|
Priority: -- → P3
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•