Bug 146504
Summary: | REGRESSION: Web Inspector: Scope Chain sidebar should be auto-selected when pausing | ||
---|---|---|---|
Product: | WebKit | Reporter: | Joseph Pecoraro <joepeck> |
Component: | Web Inspector | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | graouts, hi, inspector-bugzilla-changes, jonowells, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | 528+ (Nightly build) | ||
Hardware: | All | ||
OS: | All |
Joseph Pecoraro
* SUMMARY
Scope Chain sidebar should be auto-selected when pausing.
Sometimes the Resources sidebar is selected.
* STEPS TO REPRODUCE
1. Inspect <http://bogojoker.com/shell>
2. Set breakpoint on easySlider.min.js:56
3. Close Inspector
4. Inspect <body> (so Elements tab)
5. Trigger breakpoint by clicking the down arrow on the page
=> Debugger tab is shown with Resources sidebar panel selected
=> expected Scope Chain sidebar to be selected
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/21628024>
Timothy Hatcher
This is a regression from the tabs change.
Devin Rousso
This was added as a setting in r214847 <https://webkit.org/b/149487>.