+2015-06-08 Ryosuke Niwa <rniwa@webkit.org>
+
+ Explicitly dismiss correction panel when user types a new character
+ https://bugs.webkit.org/show_bug.cgi?id=145732
+ <rdar://problem/19596892>
+
+ Reviewed by Darin Adler.
+
+ Explicitly dismiss the correction panel when the user types a new character.
+ This patch shouldn't change any behavior we're currently relying on AppKit to do the same.
+
+ Manually ran tests in ManualTests/autocorrection.
+
+ * editing/AlternativeTextController.cpp:
+ (WebCore::AlternativeTextController::respondToAppliedEditing):
+
2015-06-08 Javier Fernandez <jfernandez@igalia.com>
[CSS Grid Layout] Setting height on a grid item doesn't have any effect
markPrecedingWhitespaceForDeletedAutocorrectionAfterCommand(command);
m_originalStringForLastDeletedAutocorrection = String();
+
+ dismiss(ReasonForDismissingAlternativeTextIgnored);
}
void AlternativeTextController::respondToUnappliedEditing(EditCommandComposition* command)