Created attachment 465478 [details] Simple HTML page to demonstrate the issue The value of textbox is returned as empty string when the user entered valid input with decimal point. User entered "1" ==> Output "1" User entered "1." ==> Output "" (This is wrong. It should have returned "1") User entered "1.2" ==> Output "1.1" Attached a simple HTML page. Please try entering "1.2" and see the value printed below the textbox. Same index.html we tried in IOS application which is compiled Xcode 14.1 having same issue. Same app with this index.html, if we compile in Xcode 13.0, this issue is not replicable.
Typo corrected Simple HTML page to demonstrate the issue The value of textbox is returned as empty string when the user entered valid input with decimal point. User entered "1" ==> Output "1" User entered "1." ==> Output "" (This is wrong. It should have returned "1") User entered "1.2" ==> Output "1.2" Attached a simple HTML page. Please try entering "1.2" and see the value printed below the textbox. Same index.html we tried in IOS application which is compiled Xcode 14.1 having same issue. Same app with this index.html, if we compile in Xcode 13.0, this issue is not replicable.
Exact version where we replicated the issue MAC OS version: 13.2.1 Ventura MAC Safari version : Version 16.3 (18614.4.6.1.6) Iphone IOS version : ios16.1 (20B72)
*** Bug 254109 has been marked as a duplicate of this bug. ***
<rdar://problem/107187010>
Merging following make us pass following test case: https://chromium.googlesource.com/chromium/src.git/+/040a94e06971c4272408375ea1cffe1aeae2a316 Will do PR later. :-) Assigning to myself.
Draft PR: https://github.com/WebKit/WebKit/pull/17367
*** Bug 258027 has been marked as a duplicate of this bug. ***
Committed 267581@main (4835336f30b5): <https://commits.webkit.org/267581@main> Reviewed commits have been landed. Closing PR #17367 and removing active labels.