Closed
Bug 206904
Opened 21 years ago
Closed 3 years ago
Make .originalTarget include textnode
Categories
(Core :: DOM: UI Events & Focus Handling, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: john, Unassigned)
References
Details
Right now, for mouse events that happen on a textnode, event.originalTarget is
set to the parent of the textnode because mouse events can only be targeted at
elements. Since bug 194802, .tmpRealOriginalTarget contains the textnode, but
this is a hack.
Comment 1•21 years ago
|
||
What will happen for text in an input? The mouse events are already targetted at
the <div>...
Reporter | ||
Comment 2•21 years ago
|
||
If the mouse event was originally targeted at the text, it will be the text.
This will simply cause .originalTarget to behave as it did before bug 194802.
Updated•15 years ago
|
QA Contact: desale → events
Assignee | ||
Updated•6 years ago
|
Component: Event Handling → User events and focus handling
Comment 3•3 years ago
|
||
The bug assignee didn't login in Bugzilla in the last 7 months, so the assignee is being reset.
Assignee: john → nobody
Comment 4•3 years ago
|
||
We'd like to get rid of .originalTarget.
Status: NEW → RESOLVED
Closed: 3 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•