[Webkit-unassigned] [Bug 38009] New: Selection change notification not posted for change in writing direction

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 22 15:44:19 PDT 2010


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

           Summary: Selection change notification not posted for change in
                    writing direction
           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


For an ApplyStyleCommand("direction:ltr") on the following DOM:

<div style="direction:rtl">^<br></div>

we don't send a selection change notification after the operation because the
old selection and new selection are the "same".  The change in the DOM was so
minor that the old selection is still valid and setSelection() doesn't bother
sending a selection change notification.

Test case coming.

-- 
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