Bug 154154 - Web Inspector: Cmd-Shift-Right/Left arrow keys stop switching tabs after navigating to Console tab
Summary: Web Inspector: Cmd-Shift-Right/Left arrow keys stop switching tabs after navi...
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: WebKit Nightly Build
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2016-02-11 22:12 PST by Nikita Vasilyev
Modified: 2016-02-15 12:41 PST (History)
7 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 2016-02-11 22:12:07 PST
Steps:
1. Open Web Inspector
2. Select Elements tab
3. Press Cmd-Shift-Right until Console tab is selected
4. Press Cmd-Shift-Right

Expected:
Next tab after Console is selected

Actual:
Same tab is selected. This happens because the console prompt
gets focused on the console tab selection.

---

I don't know a good solution for this problem.
Safari has the same issue—a webpage with a focused
textarea/input element breaks tab switching.

<rdar://problem/22990938>
Comment 1 Joseph Pecoraro 2016-02-11 23:22:40 PST
I think the solution is the different keyboard shortcuts!
Comment 2 Nikita Vasilyev 2016-02-15 01:40:57 PST
(In reply to comment #1)
> I think the solution is the different keyboard shortcuts!

Are you suggesting to keep it as is (e.g. WONTFIX)?
Remove the shortcut altogether?
Comment 3 Joseph Pecoraro 2016-02-15 12:34:12 PST
(In reply to comment #2)
> (In reply to comment #1)
> > I think the solution is the different keyboard shortcuts!
> 
> Are you suggesting to keep it as is (e.g. WONT FIX)?

Yes.

> Remove the shortcut altogether?

No. We match system behavior (Safari) here. We are doing what I would expect.