Open GoogleCodeExporter opened 8 years ago
[deleted comment]
Forgot to mention. Using jQuery version 1.4.4 and jQueryUI 1.8.7
[Exception... "An invalid or illegal string was specified" code: "12"
nsresult: "0x8053000c (NS_ERROR_DOM_SYNTAX_ERR)" location:
"http://localhost:3792/Scripts/jQuery/charting/js/visualize.jQuery.js Line:
365"]
Original comment by pierluc....@gmail.com
on 20 Dec 2010 at 4:43
I read this ticket
(http://code.google.com/p/dwpe/issues/detail?id=51&sort=type#makechanges)
And tried with jQuery 1.4.2 and it works fine. Which means that this might be a
jQuery 1.4.4 and firefox 3.6+ compatibility issue.
Original comment by pierluc....@gmail.com
on 20 Dec 2010 at 5:01
Try adding colFilter = '*' and rowFilter = '*' when you visualize the table,
e.g:
$(this).visualize({ type: 'bar', width: '600px', height: '300px', rowFilter:
'*', colFilter: '*' });
The default value for these filters is ' ', and that seems to break in FF 3.6.
Original comment by ask...@xangeli.com
on 21 Dec 2010 at 11:14
it works, 10x
Original comment by angelo.l...@gmail.com
on 13 May 2011 at 2:05
Original issue reported on code.google.com by
pierluc....@gmail.com
on 20 Dec 2010 at 4:38