Revision: 708
Author: kerphi
Date: 2006-08-26 07:32:32 -0700 (Sat, 26 Aug 2006)
ViewCVS: http://svn.sourceforge.net/phpfreechat/?rev=708&view=rev
Log Message:
-----------
[en] Bug fix: on IE6 when chinese characteres were typed, the screen goes blank. The workeround is to force use of serif (or monospace) font family for the chat area (sans-serif will not work).
[fr] Bug fix?\194?\160: les caract?\195?\168res chinois provoquaient l'effacement des messages du chat sous IE6. L'astuce consiste ?\195?\160 forcer l'utilisation de la famille de police serif (ou monospace) pour la zone de chat (la famille sans-serif ?\195?\169tait la cause du probl?\195?\168me).
Modified Paths:
--------------
trunk/themes/default/style.css
Modified: trunk/themes/default/style.css
===================================================================
--- trunk/themes/default/style.css 2006-08-26 14:27:29 UTC (rev 707)
+++ trunk/themes/default/style.css 2006-08-26 14:32:32 UTC (rev 708)
@@ -33,6 +33,7 @@
background-color: #FFF;
margin-top: 5px;
height: 300px;
+ font-family: serif; /* needed by IE6 in order to display correctly chinese characteres */
}
div.pfc_content {
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|