Bug 109132 - REGRESSION(r141195): INPUT_MULTIPLE_FIELDS_UI: Space in a placeholder string is removed
Summary: REGRESSION(r141195): INPUT_MULTIPLE_FIELDS_UI: Space in a placeholder string ...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Forms (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Kent Tamura
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-06 20:54 PST by Kent Tamura
Modified: 2013-02-07 00:41 PST (History)
6 users (show)

See Also:


Attachments
Patch (1.59 KB, patch)
2013-02-06 20:56 PST, Kent Tamura
morrita: review+
tkent: commit-queue+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kent Tamura 2013-02-06 20:54:13 PST
REGRESSION(r141195): INPUT_MULTIPLE_FIELDS_UI: Space in a placeholder string is removed

http://code.google.com/p/chromium/issues/detail?id=174827

<input  type=date> should be shown in Japanese UI as:
[ 年 /月/日]
But it is shown wrongly since r141195:
[年 /月/日]
Comment 1 Kent Tamura 2013-02-06 20:56:51 PST
Created attachment 186987 [details]
Patch
Comment 2 Kent Tamura 2013-02-07 00:41:54 PST
Committed r142076: <http://trac.webkit.org/changeset/142076>