Closed
Bug 109025
Opened 23 years ago
Closed 23 years ago
mouseover/out events should set relatedTarget
Categories
(Core :: DOM: UI Events & Focus Handling, defect, P2)
Core
DOM: UI Events & Focus Handling
Tracking
()
RESOLVED
WORKSFORME
mozilla0.9.7
People
(Reporter: hewitt, Assigned: hewitt)
References
Details
Attachments
(1 file)
987 bytes,
text/html
|
Details |
According to the DOM Level 2 spec, mouseover and mouseout should set
relatedTarget on the event object as follows:
relatedTarget of type EventTarget, readonly
Used to identify a secondary EventTarget related to a UI event. Currently this
attribute is used with the mouseover event to indicate the EventTarget which the
pointing device exited and with the mouseout event to indicate the EventTarget
which the pointing device entered.
http://www.w3.org/TR/2000/REC-DOM-Level-2-Events-20001113/events.html#Events-MouseEvent
Assignee | ||
Updated•23 years ago
|
Assignee | ||
Comment 1•23 years ago
|
||
Assignee | ||
Comment 2•23 years ago
|
||
nevermind, this is already implemented
Status: ASSIGNED → RESOLVED
Closed: 23 years ago
Resolution: --- → WORKSFORME
Updated•23 years ago
|
QA Contact: madhur → rakeshmishra
Updated•22 years ago
|
QA Contact: rakeshmishra → trix
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
•