Bug 45070
Summary: | Need to dismiss autocorrection UI when there's any change in current frame. | ||
---|---|---|---|
Product: | WebKit | Reporter: | Jia Pu <jiapu.mail> |
Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED INVALID | ||
Severity: | Normal | CC: | jiapu.mail |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Mac | ||
OS: | OS X 10.6 | ||
Bug Depends on: | 44958 | ||
Bug Blocks: |
Jia Pu
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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Jia Pu
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.