WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED WORKSFORME
125842
Input type=search|color doesn't respect dir=RTL
https://bugs.webkit.org/show_bug.cgi?id=125842
Summary
Input type=search|color doesn't respect dir=RTL
Ryosuke Niwa
Reported
2013-12-17 00:00:52 PST
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">
Attachments
Add attachment
proposed patch, testcase, etc.
Ryosuke Niwa
Comment 1
2013-12-17 00:01:11 PST
There has been some attempts to fix this problem on Blink but they have all been reverted.
Ahmad Saleem
Comment 2
2023-09-02 06:12:52 PDT
This one is strange: data:text/html,<input type="date"><br/><input type="date" dir="RTL"> ^ Chrome show dd/mm/yyyy for both irrespective of LTR or RTL and show 'calendar' picker icon on right side. While Firefox do move icon but keep placeholder 'dd/mm/yyyy' same. In case of Safari Technology Preview 177, we switch 'dd/mm/yyyy' with 'yyyy/mm/dd' for RTL. I think in other cases, we are respecting 'RTL' and matching other browsers. @Aditya & @Ryosuke - any input?
Anne van Kesteren
Comment 3
2023-12-18 01:24:13 PST
These all look correct to me.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug