[Webkit-unassigned] [Bug 44359] New: MakeTextWritingDirection* leaves extraneous spans

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 20 14:40:24 PDT 2010


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

           Summary: MakeTextWritingDirection* leaves extraneous spans
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: HTML Editing
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: rniwa at webkit.org
                CC: mitz at webkit.org, tony at chromium.org
        Depends on: 43989


MakeTextWritingDirectionLeftToRight on <span dir="rtl">hello <span dir="ltr">world webkit rocks</span></span>

Expected result:
<span dir="rtl">hello <span dir="ltr">world</span></span><span style="unicode-bidi: embed;"> webkit</span><span dir="rtl"><span dir="ltr"> rocks</span></span>

Actual result:
<span dir="rtl">hello <span dir="ltr">world</span></span><span><span><span style="unicode-bidi: embed;"> webkit</span></span></span><span dir="rtl"><span dir="ltr"> rocks</span></span>

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