[Webkit-unassigned] [Bug 39798] New: No selection notification for editing operation that doesn't change the selections DOM position

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 26 16:43:26 PDT 2010


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

           Summary: No selection notification for editing operation that
                    doesn't change the selections DOM position
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh
        OS/Version: Mac OS X 10.5
            Status: NEW
          Keywords: InRadar
          Severity: Normal
          Priority: P2
         Component: HTML Editing
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: justin.garcia at apple.com
                CC: enrica at apple.com


Suppose I do an editing operation that changes: <div style="rtl">^<br></div> to <div style="ltr">^<br></div>.  ApplyStyleCommand will just change the inline style declaration of the div without otherwise touching the DOM, so there is no selection change notification, but we need one because it changes visually (the caret moves from the right to the left).

<rdar://problem/8004202>

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