Closed
Bug 237170
Opened 21 years ago
Closed 21 years ago
onmouseup/down fired wrong on relative position
Categories
(Core :: DOM: Events, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: gerbert, Unassigned)
References
Details
Attachments
(1 file)
2.04 KB,
text/html
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5b) Gecko/20030827
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5b) Gecko/20030827
Here we go...
When you attach onmousedown/up events to multiple relative positioned div's, and
then do a mousedown on one div and a mouseup on another, it will have the
mousedown element as the mouseup. :)
Please view the attached testcase.
cya,
Gerbert Kaandorp
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Reporter | ||
Comment 1•21 years ago
|
||
Reporter | ||
Comment 2•21 years ago
|
||
Ehhh... I mean:
on relative divs,
When you do a mousedown on div 1
move your mouse to div 2
do a mouseup. it will have div 1 as target
sorry, too much coffee ;)
Comment 4•21 years ago
|
||
Looks like the patch for bug 53966 fixed this bug, too. Tested with a Linux
trunk build from today.
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•