[Webkit-unassigned] [Bug 69680] New: Ignore don't convert dir attribute into direction property when merging paragraphs

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 7 17:37:45 PDT 2011


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

           Summary: Ignore don't convert dir attribute into direction
                    property when merging paragraphs
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: HTML Editing
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: rniwa at webkit.org
                CC: darin at apple.com, mitz at webkit.org,
                    yael.aharon at nokia.com, tony at chromium.org,
                    spocke at moxiecode.com, playmobil at google.com,
                    xji at chromium.org, enrica at apple.com
            Blocks: 68168


If a user presses delete key and merges two paragraphs between <div dir="ltr">X</div><div dir="rtl">Y</div> where X and Y can independently be LTR or RTL text, should we generate <div dir="ltr">XY</div> or <div dir="ltr">X<span dir="rtl">Y</div>?

WebKit currently adds direction property when copying a content inside an element with dir property. But this wouldn't work if the copied content was wrapped by span (need to add unicode-bidi: embed as well). I don't even know what the correct behavior is.

Test case (from the bug 45784): https://bug-45784-attachments.webkit.org/attachment.cgi?id=110125

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