[Webkit-unassigned] [Bug 249923] New: duplicated CR-LF in textarea

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 28 04:58:11 PST 2022


https://bugs.webkit.org/show_bug.cgi?id=249923

            Bug ID: 249923
           Summary: duplicated CR-LF in textarea
           Product: WebKit
           Version: Safari 16
          Hardware: All
                OS: macOS 13
            Status: NEW
          Severity: Minor
          Priority: P2
         Component: WebCore JavaScript
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: kowaraj4stuff at gmail.com

If I submit a form with a textarea containing "A0d0aB" it sends "A0d0a0d0aB".
If I submit a form with a textarea containing "A0d0a0d0aB" it sends "A0d0a0d0a0d0a0d0aB". 
(each CR-LF pair gets duplicated)


It works fine from Chrome and the old Safari, but not the new one. 
I couldn't find how to get the specific version of the WebKit.



OK:
from Safari (Version 14.0.2 (15610.3.7.1.10 15610), detected by httpd as:
"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0.2 Safari/605.1.15"

DUPLICATED:
from Safari (Version 16.1 (17614.2.9.1.13, 17614), detected by httpd as: 
"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.1 Safari/605.1.15"



It seems to be related to:
https://bugs.webkit.org/show_bug.cgi?id=249916

It seemed to happened at around the time of this change:
https://trac.webkit.org/changeset/293672/webkit/

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20221228/3e2752c9/attachment.htm>


More information about the webkit-unassigned mailing list