TableTools Copy Confirmation Text Missing in IE8/9
TableTools Copy Confirmation Text Missing in IE8/9
I just updated Datatables (1.8.2 to 1.9.4) and TableTools (2.0.1 to 2.1.4). The confirmation text for Copy ("Table Copied. Copied XXX Rows to Clipboard") used to open as a jQuery Dialog, and it doesn't after the update. This would not be an issue, but the window that appears then fades after a few second just shows a blank white box in IE (8 & 9). I've updated the .swf files, ZeroClipboard files (.js, .as) and css files.
I'd like to either keep the text as a dialog, or get the window that fades out to have text in IE. Any ideas? Thanks.
I'd like to either keep the text as a dialog, or get the window that fades out to have text in IE. Any ideas? Thanks.
This discussion has been closed.
Replies
Did you have a custom hook in there to open it in the jQuery dialogue? What code did you use to do that? Its possible that something has changed, but I'm not sure what off the top of my head. A link would be useful.
Allan
[code]
"oTableTools": {
"sSwfPath": "media/swf/copy_cvs_xls_pdf.swf",
"aButtons": [
{
"sExtends": "copy",
"sFieldBoundary": '"',
"mColumns": "visible",
"sButtonText": "Copy"
},
{
"sExtends": "csv",
"sFieldBoundary": '"',
"mColumns": "visible",
"sButtonText": "Excel (csv)"
},
{
"sExtends": "pdf",
"mColumns": "visible",
"sButtonText": "PDF"
}
]
}
[/code]