RESOLVED FIXED 188594
Web Inspector: REGRESSION(r?): the probe sidebar doesn't show up when adding probes
https://bugs.webkit.org/show_bug.cgi?id=188594
Summary Web Inspector: REGRESSION(r?): the probe sidebar doesn't show up when adding ...
Devin Rousso
Reported 2018-08-14 18:18:09 PDT
STEPS TO REPRODUCE: 1. Add a breakpoint 2. Right click and "Edit Breakpoint" 3. "Add Action" to "Probe Expression" 4. Put `this` in the input field that appears Expected: the "Probe" details sidebar appears with an entry for `this` Actual: there is no "Probe" sidebar, and it will cause WebInspector to crash Notes: This was most likely a regression caused by r217749 <https://webkit.org/b/172381>, since the event listeners that are responsible for creating the DOM elements for each probe are now only added after `initialLayout`, meaning that if the sidebar is successfully shown (after calling `inspect`), it will try to add elements that don't yet exist.
Attachments
Patch (7.37 KB, patch)
2018-08-14 18:23 PDT, Devin Rousso
no flags
Devin Rousso
Comment 1 2018-08-14 18:23:47 PDT
Blaze Burg
Comment 2 2018-08-15 09:57:39 PDT
Comment on attachment 347140 [details] Patch r=me
WebKit Commit Bot
Comment 3 2018-08-15 10:29:21 PDT
Comment on attachment 347140 [details] Patch Clearing flags on attachment: 347140 Committed r234889: <https://trac.webkit.org/changeset/234889>
WebKit Commit Bot
Comment 4 2018-08-15 10:29:22 PDT
All reviewed patches have been landed. Closing bug.
Radar WebKit Bug Importer
Comment 5 2018-08-15 10:30:22 PDT
Note You need to log in before you can comment on or make changes to this bug.