Closed
Bug 324149
Opened 19 years ago
Closed 4 years ago
Moving into an alert dialog sends a mousemove event
Categories
(Core :: DOM: UI Events & Focus Handling, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: martijn.martijn, Unassigned)
References
(Depends on 1 open bug)
Details
(Keywords: regression, testcase)
Attachments
(2 files)
See upcoming testcase.
To reproduce:
Click on the yellow box, an alert with 'stopped' comes up.
Move with your mouse into the alert.
Result:
when moving your mouse into the alert window, the yellow box suddenly moves again.
That should not happen.
This regressed between 2005-08-13 and 2005-08-14, so very likely regression from bug 297561.
Reporter | ||
Comment 1•19 years ago
|
||
Updated•18 years ago
|
Summary: Moving into an alert window sends a mousemove event → Moving into an alert dialog sends a mousemove event
Updated•18 years ago
|
Flags: blocking1.9?
Comment 2•18 years ago
|
||
Not a blocker, and this should be fixed by bug 360872.
Depends on: 360872
Flags: blocking1.9? → blocking1.9-
Comment 4•17 years ago
|
||
Sorry. Didn't look at OS. WFM on Linux.
Status: RESOLVED → REOPENED
Resolution: WORKSFORME → ---
Comment 5•17 years ago
|
||
mouse motion events are occurring on the body and html elements when entering the alert box.
Updated•15 years ago
|
Assignee: events → nobody
QA Contact: ian → events
Reporter | ||
Updated•8 years ago
|
Status: REOPENED → RESOLVED
Closed: 17 years ago → 8 years ago
Resolution: --- → WORKSFORME
Updated•8 years ago
|
Status: RESOLVED → REOPENED
Resolution: WORKSFORME → ---
Assignee | ||
Updated•6 years ago
|
Component: Event Handling → User events and focus handling
Comment 6•4 years ago
|
||
This appears to be fixed.
Status: REOPENED → RESOLVED
Closed: 8 years ago → 4 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•