DataTables / TableTools

Please note that TableTools has now been retired and replaced by the Buttons and Select extensions which offers significant improvements and API integration with the rest of DataTables and the other extensions.
http://datatables.net/
Other
237 stars 149 forks source link

TableTools save button stop working after two successfull save command in IE 11 #99

Open plemm98 opened 9 years ago

plemm98 commented 9 years ago

Hi,

Using Visual Studio, I have created a mvc web site using the default template. In the home view, I insert the HTML required to display a simple datatable with the table tools.

I create a simple test.js file, where I initialize my datatable with the tabletools.

I also specify the "swf" path in this file.

If i open my website in Chrome, the datatable is fine. If i save my table in csv, everything work. If i repeat this operation 5 times, all 5 csv are save locally successfully.

If i open this website in IE, the datatable look fine. If i save my table in csv, the first time, the save seem to work. The second time, same thing again, the save process seem to work. The 3 times, i guess i'm out of luck, the swf seem to crash. The file save locally is 0kb, and is impossible to delete. From now, the save button stop working until we refresh the page.

Here's a link to the mvc site that i'm using. https://onedrive.live.com/redir?resid=348AB143041451F2!10833&authkey=!AGlf-75YOAhTqr0&ithint=file%2czip

I will try to add a video showing how to reproduce the error later on.

Best regards,

Pat