Bug with RTL languages on input fields with numbers and spaces
-
Hi,
This bug seems to appear only with input fields when numbers are used. One can see an instance of this bug in the phone number fields on the linked page below (3rd row in the form). If you type a phone number with spaces, each new set of numbers appears to the left vs. to the right. One might think that this is normal/expected behavior, but it is not. Numbers in RTL languages follow the same order as in LTR languages (in other words, they are read from left to right!)
So:
Phone number in a LTR language: 123 456 789
Correct order of this phone number in RTL language: 123 456 789In my form, if a user tries to type 123 456 789 (using spaces in between the series of numbers) the number will appear as 789 456 123.
Thanks for your help!
Note (I don’t believe that this is related to the issue I first reported here (the issue there seems to have been a .js script I was using for the select fields).
The page I need help with: [log in to see the link]
The topic ‘Bug with RTL languages on input fields with numbers and spaces’ is closed to new replies.