[Webkit-unassigned] [Bug 224320] New: Incorrect paste text into an input

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 8 03:37:01 PDT 2021


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

            Bug ID: 224320
           Summary: Incorrect paste text into an input
           Product: WebKit
           Version: Safari 14
          Hardware: iPhone / iPad
                OS: iOS 14
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: HTML Editing
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: 21alexander21 at gmail.com
                CC: wenson_hsieh at apple.com

If the pasted to input text contains a colon (":") without spaces around, text before the colon is forced converted to lower case.

Steps to reproduce:
 - copy a string "HELLO:world"
 - open any webpage with input or application with webview with input
 - paste the copied string into the input.

The expected behavior: the input contains "HELLO:world"

The current behavior: the input contains "hello:world"

-- 
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/20210408/4c2f8059/attachment-0001.htm>


More information about the webkit-unassigned mailing list