Open
Bug 329547
Opened 19 years ago
Updated 2 years ago
mouse events not generated for embed tag inside an object tag
Categories
(Core :: DOM: Events, defect, P5)
Tracking
()
UNCONFIRMED
People
(Reporter: carglue, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.12) Gecko/20050915 Firefox/1.0.7
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.12) Gecko/20050915 Firefox/1.0.7
When a page uses EMBEDed objects nested inside of OBJECT tags ("indicative of the site providing support for IE via the OBJECT tag and Mozilla/Netscape via the EMBED tag"), it causes mouse-event capturing to fail for both DOM objects. The referenced URL demostrates the problem.
Reproducible: Always
Actual Results:
It appears that when an EMBED tag is nested within an OBJECT tag, mouse events for either DOM object cannot be captured via addEventListener, even if both DOM layout objects are associated with addEventListeners.
Expected Results:
Normally, embedded objects will generate onclick, onmouseover, and other mouse events if the appropriate addEventListener handler function is assigned to them. But nesting these markup tags appears to cause issues.
This problem may be similar in nature to these reported issues (although this is not a duplicate since it focus is on capturing mouse events):
Bug comment: https://bugzilla.mozilla.org/show_bug.cgi?id=159370#c11
See also: Bug #109082
Updated•15 years ago
|
Assignee: events → nobody
QA Contact: ian → events
Comment 2•6 years ago
|
||
https://bugzilla.mozilla.org/show_bug.cgi?id=1472046
Move all DOM bugs that haven’t been updated in more than 3 years and has no one currently assigned to P5.
If you have questions, please contact :mdaly.
Priority: -- → P5
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•