[Webkit-unassigned] [Bug 171050] New: text-transform: none doesn't take modified input value into account

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 20 02:35:00 PDT 2017


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

            Bug ID: 171050
           Summary: text-transform: none doesn't take modified input value
                    into account
           Product: WebKit
           Version: Safari 10
          Hardware: Macintosh
                OS: macOS 10.12
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: CSS
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: eric.alber at gmail.com

Created attachment 307582

  --> https://bugs.webkit.org/attachment.cgi?id=307582&action=review

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

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170420/e8796db5/attachment.html>


More information about the webkit-unassigned mailing list