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

Can not save files (csv/excel/pdf) in incognito mode #98

Open kriszyp opened 9 years ago

kriszyp commented 9 years ago

This can easily be reproduced by visiting the main TableTools web page in Chrome's Incognito mode, and trying to save a file: https://www.datatables.net/extensions/tabletools/ It will appear to work (the save dialog comes up), but no file is saved in the destination folder.

DataTables commented 9 years ago

Seems to work okay for me - Chrome 42.0.2311.135 Mac.

kriszyp commented 9 years ago

Ah, indeed, this is specific to Chrome 43 (and newer?). Sorry, I missed that, but yes, I can verify that the issue (whether we call it a "regression" or "new privacy feature") does not affect version 42, it only appears on 43.

DataTables commented 9 years ago

How frustrating. I can't see why it would be a feature, but it seems like an odd thing to break unintentionally. Possibly one for the Chrome bug list. If you beat me to it, could you post a link to the bug here?

NaumanZahid commented 7 years ago

@DataTables any progress on this?

DataTables commented 7 years ago

TableTools is no longer being developed. Buttons is its replacement and it seems to work just fine in Chrome's Incognito mode: https://datatables.net/extensions/buttons/examples/html5/simple.html

NaumanZahid commented 7 years ago

@DataTables thanks for the feedback.