[Webkit-unassigned] [Bug 57317] New: WebCore does not invalidate enough lines when editing bidi text

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 29 02:25:53 PDT 2011


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

           Summary: WebCore does not invalidate enough lines when editing
                    bidi text
           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: eric at webkit.org


Created an attachment (id=87285)
 --> (https://bugs.webkit.org/attachment.cgi?id=87285&action=review)
test case

WebCore does not invalidate enough lines when editing bidi text

Because of how we cache BidiStatus objects on RootLineBoxes, we need to be careful to re-run enough of the Unicode Bidi Algorithm (BidiResolver) during editing, if we are removing/adding strong characters which could affect preceding neutral/mirrored characters.

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