<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - Web Inspector: Should have a keyboard shortcut to switch between inspector tabs"
   href="https://bugs.webkit.org/show_bug.cgi?id=144207#c7">Comment # 7</a>
              on <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - Web Inspector: Should have a keyboard shortcut to switch between inspector tabs"
   href="https://bugs.webkit.org/show_bug.cgi?id=144207">bug 144207</a>
              from <span class="vcard"><a class="email" href="mailto:joepeck&#64;webkit.org" title="Joseph Pecoraro &lt;joepeck&#64;webkit.org&gt;"> <span class="fn">Joseph Pecoraro</span></a>
</span></b>
        <pre>(In reply to <a href="show_bug.cgi?id=144207#c4">comment #4</a>)
<span class="quote">&gt; (In reply to <a href="show_bug.cgi?id=144207#c3">comment #3</a>)
&gt; &gt; Comment on <span class=""><a href="attachment.cgi?id=253867&amp;action=diff" name="attach_253867" title="[PATCH] Proposed Fix">attachment 253867</a> <a href="attachment.cgi?id=253867&amp;action=edit" title="[PATCH] Proposed Fix">[details]</a></span>
&gt; &gt; [PATCH] Proposed Fix
&gt; &gt; 
&gt; &gt; View in context:
&gt; &gt; <a href="https://bugs.webkit.org/attachment.cgi?id=253867&amp;action=review">https://bugs.webkit.org/attachment.cgi?id=253867&amp;action=review</a>
&gt; &gt; 
&gt; &gt; &gt; Source/WebInspectorUI/ChangeLog:11
&gt; &gt; &gt; +        Be careful that some keyboard shortcuts, when used inside a text
&gt; &gt; &gt; +        editor / text field are just text actions. However, some keyboard
&gt; &gt; &gt; +        shortcuts will work no matter where you trigger them.
&gt; &gt; 
&gt; &gt; Do we need to use WebInspector.isEventTargetAnEditableField to abort early?
&gt; 
&gt; Naw, we match the system here. If you're in a text editor and do something
&gt; like Shift+Command+Left, it should select text instead of change tabs.</span >

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 &lt;input&gt;, etc.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>