[Webkit-unassigned] [Bug 125842] New: Input type=search|color doesn't respect dir=RTL

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 17 00:02:47 PST 2013


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

           Summary: Input type=search|color doesn't respect dir=RTL
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Keywords: InChromiumBugs
          Severity: Normal
          Priority: P2
         Component: Forms
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: rniwa at webkit.org
                CC: ap at webkit.org, mitz at webkit.org, roger_fong at apple.com,
                    mmaxfield at apple.com


https://code.google.com/p/chromium/issues/detail?id=232333

Steps to reproduce the problem:
New HTML input elements fails on working (to be flipped) on RTL pages. 

Input type="search":
data:text/html,<input type="search" value="LTR"><br/><input type="search" value="RTL" dir="RTL">

Input type="search" results:
data:text/html,<input type="search" value="LTR" results><br/><input type="search" value="RTL" results dir="RTL">

Input type="date":
data:text/html,<input type="date"><br/><input type="date" dir="RTL">

Input type="color":
data:text/html,<input type="color" list="color-datalist" dir="RTL">

What is the expected behavior?
Flipping UI elements is expected, same other input elements like type="number":
data:text/html,<input type="number" value="1"><br/><input type="number" value="1" style="direction: rtl">

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