Closed
Bug 313970
Opened 19 years ago
Closed 19 years ago
"text-transform: uppercase" truncates strings containing ß or �
Categories
(Core :: Layout: Text and Fonts, defect)
Tracking
()
People
(Reporter: r.wetzlmayr, Unassigned)
Details
Attachments
(1 file)
218 bytes,
text/html
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; de-DE; rv:1.7.12) Gecko/20050919 Firefox/1.0.7
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; de-DE; rv:1.7.12) Gecko/20050919 Firefox/1.0.7
Uppercasing ß and ß results in an expansion of the string by one character as ß is transformed into "SS". Gecko expands the surrounding box but does not render the whole string.
Reproducible: Always
Steps to Reproduce:
1. apply "text-transform: uppercase" to a string containing either a ß or a ß
Actual Results:
String is truncated by one character as it is not accounted for the "SS" which results from uppercasing ß
Expected Results:
Expand string size by one, render all characters.
HTML test case:
<body>
<p>
<span style="text-transform: uppercase; border: 1px solid red;">Haß</span>
<span style="text-transform: uppercase; border: 1px solid red;">Mißgunst</span>
</p>
<p>Haß, Mißgunst</p>
</body>
Comment 1•19 years ago
|
||
Comment 2•19 years ago
|
||
Works for me in trunk nightly (Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a1) Gecko/20051026 Firefox/1.6a1). Can you test with Firefox 1.5 beta?
Version: Trunk → 1.7 Branch
Comment 3•19 years ago
|
||
This is indeed fixed in trunk and 1.8 branch.
*** This bug has been marked as a duplicate of 96423 ***
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → DUPLICATE
Summary: "text-transform: uppercase" truncates strings containing ß or ß → "text-transform: uppercase" truncates strings containing ß or �
You need to log in
before you can comment on or make changes to this bug.
Description
•