Bug 38830
Summary: | Should suppress selection change notifications during a composition change | ||
---|---|---|---|
Product: | WebKit | Reporter: | Justin Garcia <justin.garcia> |
Component: | HTML Editing | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | ddkilzer, megan_gardner, simon.fraser |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Mac | ||
OS: | OS X 10.5 |
Justin Garcia
Selection changes that happen during a composition change (changes to marked text) are just an internal implementation detail.
We use Editor::m_ignoreCompositionSelectionChange to avoid revealing the selection on those changes, we should use that boolean to suppress selection change notifications too.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |