Google Chrome Rendering Issue
Google Chrome Rendering Issue
system68
Posts: 2Questions: 0Answers: 0
Hey,
I was stumped on a Flash rendering issue with the version of Google Chrome I use running in Ubuntu. What would happen is the ToolTables Flash icons would 'flicker' and not render properly upon page load.
This also occurs for me on your example page:
http://www.datatables.net/release-datatables/extras/TableTools/
The fix that worked for me is to explicitly call:
TableToolsInit.sSwfPath = "/media/ZeroClipboard.swf";
outisde the scope of jQuery's document ready function. Cheers!
I was stumped on a Flash rendering issue with the version of Google Chrome I use running in Ubuntu. What would happen is the ToolTables Flash icons would 'flicker' and not render properly upon page load.
This also occurs for me on your example page:
http://www.datatables.net/release-datatables/extras/TableTools/
The fix that worked for me is to explicitly call:
TableToolsInit.sSwfPath = "/media/ZeroClipboard.swf";
outisde the scope of jQuery's document ready function. Cheers!
This discussion has been closed.
Replies