tableTools stops saving CSV file after few iterations on IE11
tableTools stops saving CSV file after few iterations on IE11
I use table tools to save table in CSV file.
After page refresh - plugin works as expected for several iterations (2 - 12), after that, I see that
fileRef:FileReference instance fails to execute fileRef.save
correctly. Specifically, user IS prompted for file name, but file is NOT being saved, and NO events are being raised (I registered all FileReference events, and can see none being raised).
After FileReference fails once - all subsequent calls to .save raise no events, file name prompt isn't been presented, and no file is written.
There are no exceptions being thrown around fileRef.save call.
I see this issue on IE11 only (PC), Chrome works perfectly.
Any ideas or work-arounds?