[Webkit-unassigned] [Bug 252900] HTML maxlength attribute treats emoji of string length 11 as length 1

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 24 06:43:04 PST 2023


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

--- Comment #1 from Šime Vidas <sime.vidas at gmail.com> ---
Comment on attachment 465151
  --> https://bugs.webkit.org/attachment.cgi?id=465151
Test page

><!DOCTYPE html>
>
><html>
>  <head>
>    <meta charset="utf-8" />
>    <meta name="viewport" content="width=device-width" />
>    <title>emoji input maxlength test</title>
>    <style>
>      * {
>        font-size: 2rem;
>        margin: 0.1em;
>      }
>    </style>
>  </head>
>  <body>
>    <p>��‍��‍��‍��</p>
>    <input maxlength="10" />
>  </body>
></html>

-- 
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/20230224/14cc25d2/attachment-0001.htm>


More information about the webkit-unassigned mailing list