Closed
Bug 227009
Opened 22 years ago
Closed 21 years ago
Selection of text with mouse in position:relative box prevent onMouseOver event from firing
Categories
(Core :: DOM: UI Events & Focus Handling, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: croo, Unassigned)
References
Details
Attachments
(1 file)
|
1.01 KB,
text/html
|
Details |
If I have some text in position:relative, position:absolute or position:fixed
box, then when I select this text with mouse and then mouve mousepointer over
some other block (without releasign mouse pointer) I could not get mouseover
event for this second block. Only if text container is position:static selection
does not prevent omouseover.
But there is no cause for positioning to prevent onmouseover events.
| Reporter | ||
Comment 1•22 years ago
|
||
This is testcase for this bug.
personally i'd rather mozilla not pass events to the document while i'm making a
selection, but something tells me web authors will scream bloody murder.
Comment 3•21 years ago
|
||
After the checkin of the patch in bug 53966 the testcase now works for fixed,
absolute and relative, too. Tested with a Linux trunk build from today.
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
Updated•6 years ago
|
Component: Event Handling → User events and focus handling
You need to log in
before you can comment on or make changes to this bug.
Description
•