[qooxdoo-devel] Bug: Number formatting 9.xy rendered as 9..y

2006-11-05 Thread Mike Rea
Just discovered an irregularity with number formatting. It showed up in one of my tables. I encountered this in version 6.1 (SDK). The default number formatting functionality is rendering decimal numbers incorrectly, in just 1 case. For numbers between 9.0 and 9.9, it is rendering 9..y ins

Re: [qooxdoo-devel] Qooxdoo and XHTML documents

2006-11-05 Thread Alessandro Sala
Hi Jim, This is a bug in IE6, it's been documented for years. If you want to dynamically load scripts they have to be in their own block. IE will not parse the file until it gets to a . So if you want to dynamically load 5 script then you have to have 6 blocks. If you do that they will load i