Bug 208353 - REGRESSION(r257380): Web Inspector: Can't add a breakpoint by pressing the plus button
Summary: REGRESSION(r257380): Web Inspector: Can't add a breakpoint by pressing the pl...
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: WebKit Nightly Build
Hardware: All All
: P2 Normal
Assignee: Nikita Vasilyev
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2020-02-27 16:27 PST by Nikita Vasilyev
Modified: 2020-02-27 17:25 PST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.