Bug 253708 - [iOS] Programmatically copying "Hello:" and pasting in a text field inserts "hello:"
Summary: [iOS] Programmatically copying "Hello:" and pasting in a text field inserts "...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Platform (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-03-10 09:21 PST by Wenson Hsieh
Modified: 2023-03-12 17:27 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Wenson Hsieh 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`.
Comment 1 Radar WebKit Bug Importer 2023-03-10 09:45:54 PST
<rdar://problem/106557871>