Closed
Bug 895446
Opened 11 years ago
Closed 4 years ago
Break on DOM events fired in iframes
Categories
(DevTools :: Debugger, enhancement, P3)
DevTools
Debugger
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: past, Unassigned)
References
(Blocks 1 open bug)
Details
Until we provide the user with the means to target a specific iframe, the debugger should break on any event fired in an iframe.
Reporter | ||
Comment 1•11 years ago
|
||
We should also return any event listeners in iframes in the eventListeners response packet. Adding an "iframe" property to the listener protocol form should suffice for identifying its origin. A missing "iframe" property would indicate a listener in the top-level document.
Reporter | ||
Updated•11 years ago
|
Priority: -- → P2
Reporter | ||
Comment 2•11 years ago
|
||
Some other time perhaps.
Assignee: past → nobody
Status: ASSIGNED → NEW
Updated•10 years ago
|
Blocks: dbg-control
Updated•6 years ago
|
Product: Firefox → DevTools
Updated•6 years ago
|
Priority: P2 → P3
Updated•6 years ago
|
Type: defect → enhancement
Comment 3•4 years ago
|
||
I think this is covered by event breakpoints?
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•