[Webkit-unassigned] [Bug 253708] New: [iOS] Programmatically copying "Hello:" and pasting in a text field inserts "hello:"

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 10 09:21:18 PST 2023


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

            Bug ID: 253708
           Summary: [iOS] Programmatically copying "Hello:" and pasting in
                    a text field inserts "hello:"
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Platform
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: wenson_hsieh at apple.com

To reproduce:

1. Go to https://whsieh.github.io/examples/clipboard
2. In the Clipboard.writeText section, replace "Hello world" in the text field with "Hello:"
3. Tap on Copy Text.
4. Paste in the text field.

Expected: "Hello:" should be inserted.
Observed: "hello:" is inserted instead.

Likely related to code around `PlatformPasteboardIOS.mm`.

-- 
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/20230310/8a47e079/attachment.htm>


More information about the webkit-unassigned mailing list