Open
Bug 1601275
Opened 5 years ago
Updated 3 years ago
Breaking on DOM mutations from the OBT in the content page does not fully work
Categories
(DevTools :: Debugger, defect, P3)
DevTools
Debugger
Tracking
(Not tracked)
NEW
People
(Reporter: pbro, Unassigned)
References
(Blocks 3 open bugs)
Details
Steps:
- Open google.com in Firefox
- Open the OBT
- In the inspector, pick the Google Applications button (it's in the top right hand side corner of the content page, and looks like a square with 9 smaller squares inside of it)
- Right click on the selected node and choose "break on attribute modification"
- In the content page, click on that icon
Expected:
- the OBT should switch to the debugger,
- the pause overlay should be shown
- the right thread should be selected
- the right script should be selected
- the debugger should be in pause state
Actual:
- the OBT switches to the debugger
- the pause overlay appears over the content area
- but neither the thread nor the script get selected in the debugger, and the debugger is not in paused state.
Comment 1•5 years ago
|
||
The priority flag is not set for this bug.
:jlast, could you have a look please?
For more information, please visit auto_nag documentation.
Flags: needinfo?(jlaster)
Updated•5 years ago
|
Priority: -- → P3
Whiteboard: dt-fission-m2-reserve
Comment 3•4 years ago
|
||
dt-fission-m2-reserve bugs do not need to block Fission Nightly (M6). For now, let's track them for Fission riding the trains to Beta (M7) so we revisit these bugs before we ship Fission.
Fission Milestone: M6 → M7
Comment 4•4 years ago
|
||
Bulk move of all dt-fission-m2-reserve bugs to Fission MVP milestone.
Fission Milestone: M7 → MVP
Updated•4 years ago
|
Whiteboard: dt-fission-m2-reserve → dt-fission-m3-mvp
Comment 5•4 years ago
|
||
Still failing on latest central, but the actual results changed. Now nothing happens.
Updated•4 years ago
|
Severity: normal → S3
Flags: needinfo?(jlaster)
Comment 6•4 years ago
|
||
Interestingly, it seems to work fine on remote frames.
- enable fission
- open https://root-breakondommutation-fission.glitch.me/
- inspect the input
- break on attribute modification
- click on the "toggle input" button
Debugger breaks as expected.
Updated•4 years ago
|
Blocks: browser-toolbox
Updated•4 years ago
|
Updated•4 years ago
|
Whiteboard: dt-fission-m3-mvp
Updated•4 years ago
|
Blocks: dbg-dom-bps
Updated•3 years ago
|
Fission Milestone: MVP → ---
You need to log in
before you can comment on or make changes to this bug.
Description
•