Closed
Bug 42560
Opened 24 years ago
Closed 24 years ago
event.target sometimes gives wrong element
Categories
(Core :: DOM: Core & HTML, defect, P3)
Tracking
()
VERIFIED
FIXED
People
(Reporter: taras.tielkes, Assigned: joki)
References
Details
(Keywords: testcase)
Attachments
(1 file)
434 bytes,
text/html
|
Details |
In the attached testcase the second alert box will display that the event target
is "#document". I was expecting "#text".
The strange thing is that removing the *first* alert statement seems to fix the
problem. 14/6 nightly build.
Reporter | ||
Comment 1•24 years ago
|
||
Reporter | ||
Comment 2•24 years ago
|
||
Forgot to mention, in the testcase, move over the bold words to trigger the
event handler that will report a wrong target.
Assignee | ||
Comment 4•24 years ago
|
||
While not quite a dupe this is caused by the same targetting problem in 42418.
When that is fixed it will probably also fix this.
Status: NEW → ASSIGNED
Depends on: 42418
Assignee | ||
Comment 5•24 years ago
|
||
Fixed.
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•