Open
Bug 1188227
Opened 10 years ago
Updated 3 years ago
Javascript objects are not the same for different mouse events on Mozilla Firefox for Ubuntu 39.0
Categories
(Core :: DOM: UI Events & Focus Handling, defect)
Tracking
()
UNCONFIRMED
People
(Reporter: workoli, Unassigned)
Details
User Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:39.0) Gecko/20100101 Firefox/39.0
Build ID: 20150629114848
Steps to reproduce:
1. load the google maps and activate maps javascript api
2. draw a rectangle to map with the api
3. add mousemove and click events to the rectangle
Actual results:
4. move the mousecursor over the rectangle from right to left
5. the mousemove event not fired before the cursor reach the rectangle's middle
6. if click near on the rectangle's right edge the click event fired.
So if i move on the right the event not fired, but with click the event fired. On the SAME object.
Expected results:
The object's right edge should fire the mousemove event.
| Reporter | ||
Comment 1•10 years ago
|
||
The mousemove event works correctly, but mouseover event wrong.
Comment 2•10 years ago
|
||
Duplication of Bug 1175863 ?
Updated•10 years ago
|
QA Whiteboard: [bugday-20150727]
Component: Untriaged → Event Handling
Product: Firefox → Core
| Reporter | ||
Comment 3•10 years ago
|
||
I think it is not a duplication, because the clik event works correctly. But on the same object the mouseover is wrong. I tried it out, and the mouseover event fired at least 80-100 pixels later (if I dragged the mouse from right to left) than the object's right edge. When I clicked nearly the object's right edge the click event fired correctly.
So
- the object seen at the correct position
- the click event works correctly
- but the mouseover event fired far from the object's edge
| Assignee | ||
Updated•6 years ago
|
Component: Event Handling → User events and focus handling
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•