Open
Bug 449579
Opened 17 years ago
Updated 2 years ago
Error handle mouse events on fixed elements (hover with left button down doesn't trigger event)
Categories
(Core :: DOM: UI Events & Focus Handling, defect)
Tracking
()
NEW
People
(Reporter: vadimbaryshev, Unassigned)
References
()
Details
(Keywords: testcase)
Attachments
(1 file, 1 obsolete file)
654 bytes,
text/html
|
Details |
User-Agent: Mozilla/5.0 (X11; U; Linux i686; ru; rv:1.9.0.1) Gecko/2008072820 Firefox/3.0.1
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; ru; rv:1.9.0.1) Gecko/2008072820 Firefox/3.0.1
When mouse button pressed and mouse move on document - mousemove event on elements who position == "fixed" didn't fire. Other mouse events did't fire too.
Sory for my bad english.
Reproducible: Always
Steps to Reproduce:
1.Move mouse on div test1/test2/test3 without press mouse button
2.Refresh page
3.Move mouse on div test1/test2/test3 with press mouse button
Actual Results:
When mouse button pressed event on test3 div didn't fire
Expected Results:
Mouse events want to be fire
Comment 1•17 years ago
|
||
I can't connect to the site. Could you upload the testcase to this
bug report instead? (use the "Add an attachment" link)
Reporter | ||
Comment 2•17 years ago
|
||
Firefox 3
Comment 4•16 years ago
|
||
The testcase works for me, Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US; rv:1.9.0.1) Gecko/2008070206 Firefox/3.0.1
Comment 5•16 years ago
|
||
confirming
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1a2pre) Gecko/20080829063055 Minefield/3.1a2pre
Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1b1pre) Gecko/20080902004913 SeaMonkey/2.0a1pre
Steps to Reproduce:
1. Move mouse between div test1(green) and test3 (blue)
2. Right click; Reload page
3. Left click & hold button
4. hover over blue (fixed) div: no action
5. hover over green & red div: event fires, border drawn.
6. release button
7. hover over blue div: event fires, border drawn.
Status: UNCONFIRMED → NEW
Component: General → Event Handling
Ever confirmed: true
OS: Linux → All
Product: Firefox → Core
QA Contact: general → events
Summary: Error handle mouse events on fixed elements → Error handle mouse events on fixed elements (hover with left button down doesn't trigger event)
Comment 6•16 years ago
|
||
Ok, now I see it on Linux too. Note also that the blue text can't
be selected with the mouse if the button press occurs outside it.
Keywords: testcase
Assignee | ||
Updated•6 years ago
|
Component: Event Handling → User events and focus handling
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•