Bug 200876 - Web Inspector: REGRESSION: Debugger: pressing delete when the all/uncaught exceptions breakpoint is selected should select the next tree element
Summary: Web Inspector: REGRESSION: Debugger: pressing delete when the all/uncaught ex...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: WebKit Nightly Build
Hardware: All All
: P2 Normal
Assignee: Devin Rousso
URL:
Keywords: InRadar
Depends on:
Blocks: 200939
  Show dependency treegraph
 
Reported: 2019-08-19 00:11 PDT by Devin Rousso
Modified: 2019-08-20 13:01 PDT (History)
5 users (show)

See Also:


Attachments
Patch (13.47 KB, patch)
2019-08-19 00:48 PDT, Devin Rousso
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Devin Rousso 2019-08-19 00:11:25 PDT
# STEPS TO REPRODUCE:
1. inspect any page
2. add the Assertion Failures breakpoint
3. add an event breakpoint
4. add the All Requests breakpoint
5. select the event breakpoint
6. press delete (⌫)
 => Assertion Failures breakpoint selected (should select the All Requests breakpoint)
7. press delete (⌫)
 => Uncaught Exceptions breakpoint selected (should select the All Requests breakpoint)
8. press delete (⌫)
 => Uncaught Exceptions breakpoint becomes disabled
 => Uncaught Exceptions breakpoint is still selected
9. press delete (⌫)
 => nothing happens (should select the All Requests breakpoint)
Comment 1 Devin Rousso 2019-08-19 00:48:08 PDT
Created attachment 376669 [details]
Patch
Comment 2 Joseph Pecoraro 2019-08-19 14:50:42 PDT
Comment on attachment 376669 [details]
Patch

r=me
Comment 3 WebKit Commit Bot 2019-08-19 15:21:27 PDT
Comment on attachment 376669 [details]
Patch

Clearing flags on attachment: 376669

Committed r248873: <https://trac.webkit.org/changeset/248873>
Comment 4 WebKit Commit Bot 2019-08-19 15:21:28 PDT
All reviewed patches have been landed.  Closing bug.
Comment 5 Radar WebKit Bug Importer 2019-08-19 15:24:17 PDT
<rdar://problem/54486687>