[Webkit-unassigned] [Bug 38830] New: Should suppress selection change notifications during a composition change

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun May 9 20:37:36 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=38830

           Summary: Should suppress selection change notifications during
                    a composition change
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: HTML Editing
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: justin.garcia at apple.com


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.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list