Closed
Bug 1014592
Opened 10 years ago
Closed 10 years ago
[Shadow-DOM] Only <button> elements receive 'click' events
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
VERIFIED
DUPLICATE
of bug 887541
People
(Reporter: wilsonpage, Assigned: wchen)
References
(Blocks 1 open bug)
Details
(Whiteboard: [2.1-feature-qa+])
In the world of the Shadow-DOM only <button> elements receive clicks. Projected content always receives clicks (no matter what tag), and clicks will propagate to non <button> elements, so long as the event.target is a <button>.
EXAMPLE
http://jsbin.com/cigac/7/quiet
Reporter | ||
Updated•10 years ago
|
Blocks: webcomponents
Updated•10 years ago
|
Depends on: shadowcurrentdoc
Assignee | ||
Updated•10 years ago
|
Assignee: nobody → wchen
Updated•10 years ago
|
QA Whiteboard: [2.1-feature-qa+]
Updated•10 years ago
|
QA Whiteboard: [2.1-feature-qa+] → [2.1-feature-qa-]
Updated•10 years ago
|
Whiteboard: [2.1-feature-qa+]
Updated•10 years ago
|
QA Whiteboard: [2.1-feature-qa-]
Updated•10 years ago
|
Flags: in-moztrap-
Comment 1•10 years ago
|
||
Andrew - Is this still planning to happen in 2.1 or is this being moved to a future release?
Flags: needinfo?(overholt)
Assignee | ||
Comment 4•10 years ago
|
||
I tested with nightly and all the event stuff is working as a result of bug 887541.
Flags: needinfo?(wchen)
Comment 5•10 years ago
|
||
William - Should we close this then?
Flags: needinfo?(overholt) → needinfo?(wchen)
Updated•10 years ago
|
QA Whiteboard: [2.1-feature-slip?]
Assignee | ||
Comment 6•10 years ago
|
||
Yeah, this bug should be closed.
Status: NEW → RESOLVED
Closed: 10 years ago
Flags: needinfo?(wchen)
Resolution: --- → DUPLICATE
Updated•10 years ago
|
QA Whiteboard: [2.1-feature-slip?]
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
•