Bug 38830

Summary: Should suppress selection change notifications during a composition change
Product: WebKit Reporter: Justin Garcia <justin.garcia>
Component: HTML EditingAssignee: 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   

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.