RESOLVED FIXED 171050
text-transform: none doesn't take modified input value into account
https://bugs.webkit.org/show_bug.cgi?id=171050
Summary text-transform: none doesn't take modified input value into account
Eric ALBER
Reported 2017-04-20 02:35:00 PDT
Created attachment 307582 [details] Reduction When switching from 'text-transform: uppercase' to 'text-transform: none' on an input field, if javascript code uppercases the value, the modified value isn't displayed See attached example: 1. Enter some test in lowercase in the first field => It is displayed in uppercase (OK, due to CSS) 2. Press [TAB] key to switch to the next field => The first field displays lowercase text whereas the 'lostFocus' function transforms the value of the input to uppercase
Attachments
Reduction (900 bytes, text/html)
2017-04-20 02:35 PDT, Eric ALBER
no flags
Myles C. Maxfield
Comment 1 2017-04-25 14:19:36 PDT
This works for me on the latest WebKit build. Does this work for you in the latest nightly build? https://webkit.org/nightly/
Eric ALBER
Comment 2 2017-04-25 23:59:53 PDT
You're right, the issue is fixed with the nightly build. I should have tested this before entering the issue, sorry. Thanks.
Note You need to log in before you can comment on or make changes to this bug.