[Webkit-unassigned] [Bug 144207] Web Inspector: Should have a keyboard shortcut to switch between inspector tabs

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 2 13:53:11 PDT 2015


https://bugs.webkit.org/show_bug.cgi?id=144207

--- Comment #7 from Joseph Pecoraro <joepeck at webkit.org> ---
(In reply to comment #4)
> (In reply to comment #3)
> > Comment on attachment 253867 [details]
> > [PATCH] Proposed Fix
> > 
> > View in context:
> > https://bugs.webkit.org/attachment.cgi?id=253867&action=review
> > 
> > > Source/WebInspectorUI/ChangeLog:11
> > > +        Be careful that some keyboard shortcuts, when used inside a text
> > > +        editor / text field are just text actions. However, some keyboard
> > > +        shortcuts will work no matter where you trigger them.
> > 
> > Do we need to use WebInspector.isEventTargetAnEditableField to abort early?
> 
> Naw, we match the system here. If you're in a text editor and do something
> like Shift+Command+Left, it should select text instead of change tabs.

Oops, yes we do for native editable fields. When I tested this, I tested in the QuickConsole, and code mirror was handling that keyboard input and I was seeing the desired behavior, but we don't get that in <input>, etc.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150602/4e1218a2/attachment.html>


More information about the webkit-unassigned mailing list