Closed
Bug 119913
Opened 23 years ago
Closed 23 years ago
character entities in title attribute not displayed correctly
Categories
(SeaMonkey :: UI Design, defect)
Tracking
(Not tracked)
People
(Reporter: wolf-dietrich.moeller, Assigned: law)
Details
(Whiteboard: DUPEME?)
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; WinNT4.0; en-US; rv:0.9.7+) Gecko/20020107
BuildID: 2002010703
Some character entities are displayed as thick vertical bar in the tooltip
hovering over images (title attribute of src element). The same characters are
displayed correctly in normal text.
It seems that only the character entities which correspond to
WIN-1252-characters in the range 0x80 to 0x9f are affected.
Reproducible: Always
Steps to Reproduce:
1.put title attribut to any image (cf. example below)
2.hover with mouse over image to show text in tooltip
3.
Actual Results: Some characters displayed as thick vertical bar. Only "
and © are displayed correctly in this example.
Expected Results: Correct display of all characters
sample html-code:
<IMG src="probe.png" title=""……• ™©">
This happens with <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
and without doctype.
(Nav 4.78 at least displayed … correctly, as expected).
Updated•23 years ago
|
Whiteboard: DUPEME?
Reporter | ||
Comment 2•23 years ago
|
||
Sorry, last sentence of bug report is wrong (Nav 4.78 only displays alt
attribute, not title).
Comment 3•23 years ago
|
||
bug 113595 is also similar
*** This bug has been marked as a duplicate of 67127 ***
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
Updated•20 years ago
|
Product: Core → Mozilla Application Suite
You need to log in
before you can comment on or make changes to this bug.
Description
•