Cannot click "Next" button on Google two-factor auth setup page
<https://bugs.webkit.org/show_bug.cgi?id=143624>
<rdar://problem/19175714>
.:
Reviewed by Darin Adler.
* ManualTests/button-that-focuses-itself-on-click.html: Added.
Source/WebKit2:
This issue occurs when this site focuses the submit button. When it
receives focus, we try to assist it. While we consider ourselves to be
assisting it, we ignore further gesture inputs for that node, including
the tap gesture.
To fix this, only assist input types that we know are assistable,
including text fields, select and date elements, etc.
Reviewed by Darin Adler.
* UIProcess/ios/WKContentViewInteraction.mm:
(isAssistableInputType):
If the type is a known-assistable type, return true.
(-[WKContentView _startAssistingNode:userIsInteracting:blurPreviousNode:userObject:]):
Call isAssistableInputType() to determine whether we should do any kind
of assistance for this node.
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@182749 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/ChangeLog b/ChangeLog
index b714341..6d8908f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2015-04-10 Jon Honeycutt <jhoneycutt@apple.com>
+
+ Cannot click "Next" button on Google two-factor auth setup page
+
+ <https://bugs.webkit.org/show_bug.cgi?id=143624>
+ <rdar://problem/19175714>
+
+ Reviewed by Darin Adler.
+
+ * ManualTests/button-that-focuses-itself-on-click.html: Added.
+
2015-04-13 Michael Catanzaro <mcatanzaro@igalia.com>
[cmake] REGRESSION(182663): It broke feature dependency handling