Closed Bug 2649 Opened 26 years ago Closed 25 years ago

&#149 laying out incorrectly

Categories

(Core :: Layout, defect, P2)

defect

Tracking

()

VERIFIED FIXED

People

(Reporter: paulmac, Assigned: buster)

References

()

Details

Here is the code:

&nbsp;<font size=+1 color=#009933><b>&#149;</b></font> <font face="arial,
helvetica" size=-1><a
href="/PC/FrontDoor/0,1,0-1,00.html?st.dl.fd.cats.cat1">Business</a></font><br>

IE4.0 and Nav4.51 show a bullet while Gecko shows a funky double teardrop
thingy. Happening on Jan25 builds all platforms.
&#149 is not a character in Unicode, which is how the number should be
interpreted.  I think generally windows and mac browsers interpret these
characters differently, and they are generally used only by Windows users.  The
correct solution is probably not to display them at all, or to display them as
"&#149;" - I'm not sure which.
Setting all current Open/Normal to M4.
per leger, assigning QA contacts to all open bugs without QA contacts according
to list at http://bugzilla.mozilla.org/describecomponents.cgi?product=Browser
Target Milestone: M4 → M6
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
The numeric entities between 128 and 191 inclusive are mapped to the appropriate
unicode values based on some previous navigator conventions. Hence pages like
www.aol.com and your page render properly *assuming the platforms font supports
the code*. That limitation is only a short term limitation until the i18n folks
land the i18n font handling logic (currently being worked on).
Status: RESOLVED → VERIFIED
In the March 23rd builds (Windows, Linux, Mac), same problem occurs with &#149.
You need to log in before you can comment on or make changes to this bug.