Closed Bug 304304 Opened 19 years ago Closed 19 years ago

use of style="text-transform: uppercase" and ß (ß) hides last letter

Categories

(Firefox :: General, defect)

x86
Windows XP
defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 96423

People

(Reporter: hannes, Unassigned)

Details

User-Agent:       Mozilla/5.0 (Windows; U; Windows NT 5.1; de-DE; rv:1.7.10) Gecko/20050717 Firefox/1.0.6
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; de-DE; rv:1.7.10) Gecko/20050717 Firefox/1.0.6

If I set the text-transform to uppercase, the last letter of the text is not
displayed.

Reproducible: Always

Steps to Reproduce:
<html>

<body>

<p>Correct text (inkluding last s):</p>
<h1 style="text-transform: none;">Die hohe Kunst des Teegenie&szlig;ens</h1>

<p>False text (missing last s):</p>
<h1 style="text-transform: uppercase;">Die hohe Kunst des Teegenie&szlig;ens</h1>

</body>

</html>

Actual Results:  
DIE HOHE KUNST DES TEEGENIESSEN

Expected Results:  
DIE HOHE KUNST DES TEEGENIESSENS

*** This bug has been marked as a duplicate of 96423 ***
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.