[Webkit-unassigned] [Bug 52497] New: Embedding inline elements with RTL text is not rendered correctly when dir=rtl

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 14 16:48:28 PST 2011


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

           Summary: Embedding inline elements with RTL text is not
                    rendered correctly when dir=rtl
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: xji at chromium.org
                CC: mitz at webkit.org


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

<html>
<body style="direction:rtl">
 <div>H <span><span>what<span>שנב</span></span></span></div> 
 <div>H <span>what<span>שנב</span></span></div>
</body>
</html>

The above 2 lines should be rendered the same, but they do not.

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