Problem in MSIE6.0: _textformatmanager.br_quote (↵)
Gregor Hoffleit <[email protected]>
| Newsgroups | gmane.comp.cms.zms.devel |
|---|---|
| Message-ID | <[email protected]> |
MSIE 6.0 fails to render the ↵ symbol (used to quote line breaks
in the ZMS management interface), see attached screenshot.
I used zms-2.10.4-22 with Internet Explorer 6.0 on Windows 2000. Firefox
2.0 worked fine on the same system.
Replacing "Arial Unicode MS" with "Lucida Sans Unicode" fixed the
problem:
--- ./Products/zms/dtml/object/f_css_defaults.dtml.ORIG 2007-10-23 11:31:29.000000000 +0200
+++ ./Products/zms/dtml/object/f_css_defaults.dtml 2007-10-23 11:31:50.000000000 +0200
@@ -318,7 +318,7 @@
}
span.unicode {
- font-family:"Arial Unicode MS", Arial, Helvetica, sans-serif;
+ font-family:"Lucida Sans Unicode", "Arial Unicode MS", Arial,
Helvetica, sans-serif;
}
span.highlight {
Regards,
Gregor Hoffleit
linebreak.png
(image/png, 8.3 KB) - not displayed