RESOLVED INVALID Bug 45070
Need to dismiss autocorrection UI when there's any change in current frame.
https://bugs.webkit.org/show_bug.cgi?id=45070
Summary Need to dismiss autocorrection UI when there's any change in current frame.
Jia Pu
Reported 2010-09-01 16:50:20 PDT
This is related to autocorrection UI implemented in bug 44958, and <rdar://problem/8335602>. We currently dismiss autocorrection panel in WebEditorClient::respondToChangedSelection(). This seems cover copy/paste, and moving caret. But not sure if this is enough.
Attachments
Jia Pu
Comment 1 2010-10-05 13:35:26 PDT
We have made change on AppKit side so that whenever WebView geometry changes, such as resizing, we dismiss autocorrection panel from AppKit side. So far, this seem sufficient to cover cases that aren't covered by WebEditorClient::respondToChangedSelection(). So closing this bug.
Note You need to log in before you can comment on or make changes to this bug.