Bug 224320
| Summary: | Incorrect paste text into an input | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | 21alexander21 |
| Component: | HTML Editing | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | CC: | 21alexander21, ahmad.saleem792, webkit-bug-importer, wenson_hsieh |
| Priority: | P2 | Keywords: | InRadar |
| Version: | Safari 14 | ||
| Hardware: | iPhone / iPad | ||
| OS: | iOS 14 | ||
21alexander21
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"
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Wenson Hsieh
<rdar://problem/76347010>
Ahmad Saleem
Reported again today on Twitter - https://x.com/dreikelvin/status/1768755357407383969
and also this bug was referred below on video.
It might have some use case for people.