Bug 38830 - Should suppress selection change notifications during a composition change
Summary: Should suppress selection change notifications during a composition change
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: HTML Editing (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-09 20:37 PDT by Justin Garcia
Modified: 2019-04-03 14:40 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Justin Garcia 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.