Web Inspector: ⌘G does not while find banner is focused
https://bugs.webkit.org/show_bug.cgi?id=188815
<rdar://problem/43577158>

Patch by Joseph Pecoraro <pecoraro@apple.com> on 2018-08-21
Reviewed by Matt Baker.

* UserInterface/Base/Main.js:
Allow an <input> element to be the current focus element, which is what will
our global KeyboardShortcut handlers will interact with. Also make sure
that showing the find banner for the first time still focuses it.

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@235147 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/Source/WebInspectorUI/ChangeLog b/Source/WebInspectorUI/ChangeLog
index 58b2615..7de68dc 100644
--- a/Source/WebInspectorUI/ChangeLog
+++ b/Source/WebInspectorUI/ChangeLog
@@ -1,3 +1,16 @@
+2018-08-21  Joseph Pecoraro  <pecoraro@apple.com>
+
+        Web Inspector: ⌘G does not while find banner is focused
+        https://bugs.webkit.org/show_bug.cgi?id=188815
+        <rdar://problem/43577158>
+
+        Reviewed by Matt Baker.
+
+        * UserInterface/Base/Main.js:
+        Allow an <input> element to be the current focus element, which is what will
+        our global KeyboardShortcut handlers will interact with. Also make sure
+        that showing the find banner for the first time still focuses it.
+
 2018-08-21  Devin Rousso  <drousso@apple.com>
 
         Web Inspector: REGRESSION(r235095): duplicate actions existing in WI.CanvasSidebarPanel