New issue
Advanced search Search tips

Issue 824099 link

Starred by 2 users

Issue metadata

Status: Untriaged
Owner: ----
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

DOM Breakpoints lost after refresh if "Elements" tab is not open

Project Member Reported by sruffilli@google.com, Mar 21 2018

Issue description

Chrome Version: 65.0.3325.162 (Official Build) (64-bit)
OS: Linux (also verified on MacOS)

What steps will reproduce the problem?
(1) Navigate to http://tinker.ruffilli.it/dombreak.htm (simple page created to repro)
(2) Open developer tools and create a DOM Breakpoint, type subtree modification on div#the-text
(3) Verify the breakpoint works by clicking the button - developers tool will now be opened at the "Source" tab
(4) Refresh the page and click the button

What is the expected result?
DOM breakpoints should work after the page is refreshed.

What happens instead?
DOM breakpoint does not work, unless user clicks on the "Elements" tab, which re-populates the DOM breakpoints from the previous session


 
Why is this bug being overlooked? DOM breakpoints are unusable for things that happen at page start.

Sign in to add a comment