# STEPS TO REPRODUCE 1. inspect any page 2. set a JavaScript breakpoint 3. trigger the breakpoint from step #2 4. select the Scope Chain panel in the details sidebar 5. resize the details sidebar => objects in the Scope Chain panel flicker
<rdar://problem/64391213>
Created attachment 401981 [details] Patch
Comment on attachment 401981 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=401981&action=review > Source/WebInspectorUI/ChangeLog:12 > + Don't regenerate the DOM if the `layout` unless the reason is `WI.View.LayoutReason.Dirty`, > + such as if the current call frame changes or a watch expression is added/updated/removed. "Don't regenerate the DOM if the `layout`..." does what? (Sentence doesn't read properly.)
Comment on attachment 401981 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=401981&action=review >> Source/WebInspectorUI/ChangeLog:12 >> + such as if the current call frame changes or a watch expression is added/updated/removed. > > "Don't regenerate the DOM if the `layout`..." does what? (Sentence doesn't read properly.) Oh oops I meant "Don't regenerate the DOM in `layout` unless ..." 😅
Created attachment 402035 [details] Patch
Committed r263115: <https://trac.webkit.org/changeset/263115> All reviewed patches have been landed. Closing bug and clearing flags on attachment 402035 [details].