Bug 224320 - Incorrect paste text into an input
Summary: Incorrect paste text into an input
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: HTML Editing (show other bugs)
Version: Safari 14
Hardware: iPhone / iPad iOS 14
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2021-04-08 03:37 PDT by 21alexander21
Modified: 2024-03-18 16:25 PDT (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description 21alexander21 2021-04-08 03:37:01 PDT
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"
Comment 1 Wenson Hsieh 2021-04-08 07:46:12 PDT
<rdar://problem/76347010>
Comment 2 Ahmad Saleem 2024-03-18 16:25:20 PDT
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.