Title: [92931] branches/safari-534.51-branch/Source/WebCore
Revision
92931
Author
[email protected]
Date
2011-08-11 22:45:53 -0700 (Thu, 11 Aug 2011)

Log Message

Merge r91559.

Modified Paths

Diff

Modified: branches/safari-534.51-branch/Source/WebCore/ChangeLog (92930 => 92931)


--- branches/safari-534.51-branch/Source/WebCore/ChangeLog	2011-08-12 05:44:04 UTC (rev 92930)
+++ branches/safari-534.51-branch/Source/WebCore/ChangeLog	2011-08-12 05:45:53 UTC (rev 92931)
@@ -1,5 +1,20 @@
 2011-08-11  Lucas Forschler  <[email protected]>
 
+    Merged 91559
+
+    2011-07-22  Jia Pu  <[email protected]>
+
+            Reviewed by Darin Adler.
+
+            [Mac] Need to make sure autocorrection panel is dismissed in Document::setFocusNode().
+            https://bugs.webkit.org/show_bug.cgi?id=64824
+            <rdar://problem/9624232>
+
+            * editing/Editor.cpp:
+            (WebCore::Editor::textFieldDidEndEditing): Dismiss autocorrection panel when current node losing focus.
+
+2011-08-11  Lucas Forschler  <[email protected]>
+
     Merged 91531
 
     2011-07-21  Gavin Peters  <[email protected]>

Modified: branches/safari-534.51-branch/Source/WebCore/editing/Editor.cpp (92930 => 92931)


--- branches/safari-534.51-branch/Source/WebCore/editing/Editor.cpp	2011-08-12 05:44:04 UTC (rev 92930)
+++ branches/safari-534.51-branch/Source/WebCore/editing/Editor.cpp	2011-08-12 05:45:53 UTC (rev 92931)
@@ -2851,6 +2851,7 @@
 
 void Editor::textFieldDidEndEditing(Element* e)
 {
+    dismissCorrectionPanelAsIgnored();
     if (client())
         client()->textFieldDidEndEditing(e);
 }
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to