[KSS-checkins] r45662 - kukit/docs/introducing_kss/trunk
jvloothuis at codespeak.net
jvloothuis at codespeak.net
Wed Aug 15 10:36:21 CEST 2007
Author: jvloothuis
Date: Wed Aug 15 10:36:20 2007
New Revision: 45662
Added:
kukit/docs/introducing_kss/trunk/6-pitfalls.txt
Log:
Added a document which will contain some things to watch out for with suggested workarounds
Added: kukit/docs/introducing_kss/trunk/6-pitfalls.txt
==============================================================================
--- (empty file)
+++ kukit/docs/introducing_kss/trunk/6-pitfalls.txt Wed Aug 15 10:36:20 2007
@@ -0,0 +1,15 @@
+Internet Explorer problems
+==========================
+
+Tables
+------
+
+Do not try to replace the tbody or thead. Internet Explorer will not
+give an error when you do this. It just will not show the update. The
+best way to avoid this is to replace the whole table.
+
+Select options
+--------------
+
+It is not possible in IE to replace or add options to a select
+box. The only way to handle this is to replace the whole select.
More information about the Kukit-checkins
mailing list