RESOLVED WONTFIX 147926
Web Inspector: Esc key doesn't open the split console for Timelines and Network
https://bugs.webkit.org/show_bug.cgi?id=147926
Summary Web Inspector: Esc key doesn't open the split console for Timelines and Network
Nikita Vasilyev
Reported 2015-08-11 23:42:18 PDT
Created attachment 258810 [details] [Video] No split console for Timelines and Network Steps: 1. Open Timelines or Network 2. Press Esc 3. Press Esc again Actual: First Esc press opens Console tab. Consequent Esc presses don't do anything. Expected: First Esc press opens the split console. Second Esc closes the split console. This is how it works for all tabs except for Timelines and Network.
Attachments
[Video] No split console for Timelines and Network (1.02 MB, video/mp4)
2015-08-11 23:42 PDT, Nikita Vasilyev
no flags
Timothy Hatcher
Comment 1 2015-08-11 23:59:03 PDT
Because the sidebar and the content view would be out of sync vertically. The tab views turn this off: get supportsSplitContentBrowser() { return false; }
Blaze Burg
Comment 2 2015-10-28 14:01:47 PDT
This is as intended. We can revisit this later if we decide to do away with the timeline records sidebar.
Radar WebKit Bug Importer
Comment 3 2015-10-28 14:02:37 PDT
Note You need to log in before you can comment on or make changes to this bug.