WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
253708
[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
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2023-03-10 09:45:54 PST
<
rdar://problem/106557871
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug