[Webkit-unassigned] [Bug 44883] <input> maxLength is clamped to 524288

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 21 20:07:37 PDT 2022


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

Alexey Proskuryakov <ap at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |akeerthi at apple.com,
                   |                            |cdumez at apple.com
           See Also|                            |https://bugs.webkit.org/sho
                   |                            |w_bug.cgi?id=154906

--- Comment #13 from Alexey Proskuryakov <ap at webkit.org> ---
There is some subtlety here, and I'm not sure if this can be called fully fixed.

In bug 154906, we made the property return -1, but kept 524288 as a maximum input value length internally for performance reasons. Adding more than as many characters silently clamps the value.


Chrome and Firefox don't have such a hidden limit.

-- 
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/20220622/f9c9d495/attachment.htm>


More information about the webkit-unassigned mailing list