NEW 38830
Should suppress selection change notifications during a composition change
https://bugs.webkit.org/show_bug.cgi?id=38830
Summary Should suppress selection change notifications during a composition change
Justin Garcia
Reported 2010-05-09 20:37:36 PDT
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
Note You need to log in before you can comment on or make changes to this bug.