[Webkit-unassigned] [Bug 53642] New: pop-up button text not rendered correctly according to its direction in <option>

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 2 16:41:56 PST 2011


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

           Summary: pop-up button text not rendered correctly according to
                    its direction in <option>
           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


After r76983 (http://trac.webkit.org/changeset/76983), button text's directionality might change even if the texts are the same logically.
So, need to re-layout the text even if the text remain the same logically.

Steps to reproduce the bug:
1. open Source/WebCore/manual-tests/pop-up-alignment-and-direction.html
2. click to open the pop-up menu and select the 2nd item (do not click anywhere and keep the selection box highlighted)
3. the item appeared in the selected box as LTR (which is wrong)
4. click in an empty space, the item rendered in the selected box as RTL (which is correct).

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