Closed Bug 185570 Opened 23 years ago Closed 23 years ago

use of text-transform:uppercase at words containing a ß character will remove last character of the word.

Categories

(Core :: Layout: Text and Fonts, defect)

x86
Windows NT
defect
Not set
trivial

Tracking

()

VERIFIED DUPLICATE of bug 185569

People

(Reporter: hannes, Unassigned)

Details

User-Agent: Mozilla/5.0 (Windows; U; WinNT4.0; en-US; rv:1.1) Gecko/20020826 Build Identifier: Mozilla/5.0 (Windows; U; WinNT4.0; en-US; rv:1.1) Gecko/20020826 the &szlig; will be transformed into a SS which is pervectly right, but at the end of the word the last character is poped at the same time. Reproducible: Always Steps to Reproduce: create a document with the following: <div style='text-transform:uppercase'>Gro&szlig;hausen</div> it does not depend on <div> and not in the way the CSS is defined file and infile also produce thesame result. Actual Results: The last character is popped. If you use <div style='text-transform:uppercase; text-decoration:underline'>Gro&szlig;hausen</div> Then you can see that something is still there, but it just can not be seen -the underline goes further-. Eaven copy and paste works correctly. Expected Results: show it as 'GROSSHAUSEN'
*** This bug has been marked as a duplicate of 185569 ***
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
v
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.