Bug 93196 - Password fields display two replacement characters for a single supplementary Unicode symbol
Summary: Password fields display two replacement characters for a single supplementary...
Status: UNCONFIRMED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P5 Normal
Assignee: Nobody
URL: data:text/html;charset=utf-8,<input%2...
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-05 00:46 PDT by Mathias Bynens
Modified: 2012-08-06 10:38 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mathias Bynens 2012-08-05 00:46:34 PDT
Password fields display two replacement characters for a single supplementary Unicode symbol.

Test case here: data:text/html;charset=utf-8,<input%20type=password%20value=&%23x1D306;>

As you can see, two replacement characters are shown instead of one. What’s worse is you can delete each individual surrogate separately.