NEW253708
[iOS] Programmatically copying "Hello:" and pasting in a text field inserts "hello:"
https://bugs.webkit.org/show_bug.cgi?id=253708
Summary [iOS] Programmatically copying "Hello:" and pasting in a text field inserts "...
Wenson Hsieh
Reported 2023-03-10 09:21:18 PST
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`.
Attachments
Radar WebKit Bug Importer
Comment 1 2023-03-10 09:45:54 PST
Note You need to log in before you can comment on or make changes to this bug.