Bug 1717802 Comment 6 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

(In reply to Jan Honza Odvarko [:Honza] (always need-info? me) from comment #3)
> STRs for DOM mutations Breakpoints:
> 
> 1) Load http://softwareishard.com/tests/fission/case1/index.html
> 2) Create DOM mutation BP `Break on subtree modification` for <div id="resposeData">
> 3) Click the POST button in the iframe on the page, the Debugger should pause
> 4) Right click on the frame and pick "This Frame -> Reload Frame"
> 5) Click the POST button in the iframe on the page, the Debugger doesn't pause -> ERR
> 
> This one doesn't work without Fission either. Note that DOM mutation BPs are supposed to be removed after reload. The only problem is that the BP isn't removed from the "DOM Mutation Breakpoints" side panel in case of frames.

Hey Honza,
Are you still able to reproduce this?
I can't reproduce, but i also could not find `<div id="resposeData">` element, so i used the `<body>` of the iframe.
Pls confirm you can still repro and the STR is still valid.
(In reply to Jan Honza Odvarko [:Honza] (always need-info? me) from comment #3)
> STRs for DOM mutations Breakpoints:
> 
> 1) Load http://softwareishard.com/tests/fission/case1/index.html
> 2) Create DOM mutation BP `Break on subtree modification` for <div id="resposeData">
> 3) Click the POST button in the iframe on the page, the Debugger should pause
> 4) Right click on the frame and pick "This Frame -> Reload Frame"
> 5) Click the POST button in the iframe on the page, the Debugger doesn't pause -> ERR
> 
> This one doesn't work without Fission either. Note that DOM mutation BPs are supposed to be removed after reload. The only problem is that the BP isn't removed from the "DOM Mutation Breakpoints" side panel in case of frames.

Hey Honza,
Are you still able to reproduce this?
I can't reproduce, but i also could not find `<div id="resposeData">` element, so i used the `<body>` of the iframe.
Pls confirm you can still repro and the STR is still valid. 
Thanks

Back to Bug 1717802 Comment 6