Closed
Bug 1124
Opened 26 years ago
Closed 23 years ago
letters a-f after decimal character entity e.g. ' are eaten
Categories
(Core :: DOM: HTML Parser, defect, P2)
Tracking
()
VERIFIED
FIXED
People
(Reporter: alistair.vining, Assigned: harishd)
References
()
Details
(Whiteboard: [fixed and verified on the trunk])
The entities Ξ and ξ don't display in NGLayout [12/10/98 nightly build].
There's nothing wrong with the numerical values given by the parser, but
since NGLayout displays, say, &x00e9; (as well as é) as é (é), I'd
guess that ξ is being caught here. Is this really needed for compatibility?
Neither Nav4 nor IE4/5 do it.
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 2•26 years ago
|
||
Marking verified after confirming with original bug filer. (thanks al!)
Reporter | ||
Updated•26 years ago
|
Status: VERIFIED → REOPENED
Reporter | ||
Comment 3•26 years ago
|
||
This seems to be back in the March 16 build. This is the first build for a while that does Unicode chars, so maybe something has been altered? A testcase: <HTML><HEAD><TITLE>Testcase</TITLE></HEAD><BODY> <TABLE border="1"> <TR><TD><CODE>&zeta;</CODE></TD><TD>ζ</TD><TD><CODE>&Zeta;</CODE></TD><TD>Ζ</TD></TR> <TR><TD><CODE>&xi;</CODE></TD><TD>ξ</TD><TD><CODE>&Xi;</CODE></TD><TD>Ξ</TD></TR> <TR><TD><CODE>&#x03BE;</CODE></TD><TD>ξ</TD><TD><CODE>&#x039E;</CODE></TD><TD>Ξ</TD></TR> </TABLE> </BODY></HTML>
Status: REOPENED → RESOLVED
Closed: 26 years ago → 26 years ago
Resolution: --- → FIXED
Updated•26 years ago
|
QA Contact: 3847
Updated•25 years ago
|
QA Contact: 3847 → 4141
Comment 5•25 years ago
|
||
Attempting to steal gem's HTMLParser bugs all at once. Changing QAContact to
janc.
This is broken. Reopening.
And moving to my plate.
Status: VERIFIED → REOPENED
Resolution: FIXED → ---
Status: REOPENED → ASSIGNED
Target Milestone: --- → mozilla0.9.3
Comment 8•23 years ago
|
||
really --> harish
Assignee: rickg → harishd
Status: ASSIGNED → NEW
QA Contact: janc → bsharma
Target Milestone: mozilla0.9.3 → ---
This got fixed along with the patch for bug 58809. Marking FIXED.
Status: NEW → RESOLVED
Closed: 26 years ago → 23 years ago
Keywords: 4xp
Resolution: --- → FIXED
Summary: Entity xi not displayed → letters a-f after decimal character entity e.g. ' are eaten
Whiteboard: [fixed and verified on the trunk]
You need to log in
before you can comment on or make changes to this bug.
Description
•