Closed Bug 1124 Opened 26 years ago Closed 23 years ago

letters a-f after decimal character entity e.g. &#039 are eaten

Categories

(Core :: DOM: HTML Parser, defect, P2)

x86
Windows 95
defect

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.
Status: NEW → ASSIGNED
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Fixed. Thanks for the bug.
Status: RESOLVED → VERIFIED
Marking verified after confirming with original bug filer. (thanks al!)
Status: VERIFIED → REOPENED
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>&amp;zeta;</CODE></TD><TD>&zeta;</TD><TD><CODE>&amp;Zeta;</CODE></TD><TD>&Zeta;</TD></TR> <TR><TD><CODE>&amp;xi;</CODE></TD><TD>&xi;</TD><TD><CODE>&amp;Xi;</CODE></TD><TD>&Xi;</TD></TR> <TR><TD><CODE>&amp;#x03BE;</CODE></TD><TD>&#x03BE;</TD><TD><CODE>&amp;#x039E;</CODE></TD><TD>&#x039E;</TD></TR> </TABLE> </BODY></HTML>
Resolution: FIXED → ---
Fixed by improvement to htmltoken::entity handling.
Status: REOPENED → RESOLVED
Closed: 26 years ago26 years ago
Resolution: --- → FIXED
QA Contact: 3847
QA Contact: 3847 → 4141
Attempting to steal gem's HTMLParser bugs all at once. Changing QAContact to janc.
verified fixt. build 1999-05-25-17-M6
Status: RESOLVED → VERIFIED
This is broken. Reopening. And moving to my plate.
Status: VERIFIED → REOPENED
Resolution: FIXED → ---
Status: REOPENED → ASSIGNED
Target Milestone: --- → mozilla0.9.3
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 ago23 years ago
Keywords: 4xp
Resolution: --- → FIXED
Summary: Entity xi not displayed → letters a-f after decimal character entity e.g. &#039 are eaten
Whiteboard: [fixed and verified on the trunk]
QA Contact: bsharma → moied
verified fixed with build id 20020103 on win2k
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.