Open
Bug 472675
Opened 16 years ago
Updated 2 years ago
moving a window and accessing an event's screenX coordinate is incorrect
Categories
(Core :: DOM: Events, defect, P5)
Tracking
()
NEW
People
(Reporter: enndeakin, Unassigned)
Details
Attachments
(1 file)
694 bytes,
application/vnd.mozilla.xul+xml
|
Details |
The testcase (needs privileges) moves a window then simulates a mouse press on the window. The event's screenX is incorrect and is what it would have been at the old window position. event.screenY has the correct value.
Bug 66347 may be related but window.screenX is correct here. The bug only occurs on Linux.
This was the cause of the test failure in bug 342619.
Comment 1•6 years ago
|
||
https://bugzilla.mozilla.org/show_bug.cgi?id=1472046
Move all DOM bugs that haven’t been updated in more than 3 years and has no one currently assigned to P5.
If you have questions, please contact :mdaly.
Priority: -- → P5
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•