Bug 208353

Summary: REGRESSION(r257380): Web Inspector: Can't add a breakpoint by pressing the plus button
Product: WebKit Reporter: Nikita Vasilyev <nvasilyev>
Component: Web InspectorAssignee: Nikita Vasilyev <nvasilyev>
Status: RESOLVED INVALID    
Severity: Normal CC: inspector-bugzilla-changes, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: All   
OS: All   

Description Nikita Vasilyev 2020-02-27 16:27:56 PST
# STEPS TO REPRODUCE:
1. inspect any page
2. go to the Sources Tab
3. click on the + to create a breakpoint
=> nothing happens

Other bugs r257380 introduced: 

# STEPS TO REPRODUCE:
1. inspect any page
2. go to the Elements Tab
3. select any node
4. delete ⌫ that node
=> selection moves to the previous node, but in an unfocused state, so you can't use the arrow keys for further navigation (edited) 


# STEPS TO REPRODUCE:
1. inspect any page
2. go to the Sources Tab
3. add a few JavaScript breakpoints to any file
4. select one of the JavaScript breakpoints
5. delete ⌫ that JavaScript breakpoint
=> selection moves to the previous JavaScript breakpoint, but in an unfocused state, so you can't reselect the breakpoint in order to re-enable keyboard navigation
Comment 1 Radar WebKit Bug Importer 2020-02-27 16:28:11 PST
<rdar://problem/59868042>
Comment 2 Nikita Vasilyev 2020-02-27 17:25:16 PST
I'll split this into several bugs.