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)
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 ß 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ß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ß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'
Comment 1•23 years ago
|
||
*** This bug has been marked as a duplicate of 185569 ***
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•