S
S
Svyatoslav Khusamov2018-08-09 10:43:47
JavaScript
Svyatoslav Khusamov, 2018-08-09 10:43:47

How to freeze the browser (F8 doesn't help)?

There is a combobox type element (combobox) and I need to study its markup and styles. But in DevTools, this element cannot be caught, because this list disappears from the DOM on the blur event.
Tried to freeze with F8 (pause JavaScript in chrome). But blur occurs before pressing F8.
How to freeze the browser in this case?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
S
Svyatoslav Khusamov, 2018-08-09
@khusamov

The break on subtree modification tool from the context menu on the element helped, where it is supposed to catch the appearance of the drop-down list.

A
Anton fon Faust, 2018-08-09
@bubandos

force state -> :focus doesn't help?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question