Tabletools and Firefox
Tabletools and Firefox
Sorry to start a new thread on this, but I have noticed that many of the other ones are old and have gone dormant, so I thought a new thread would be the best place to start. I have seen many threads attempt to answer this; but the standard response (set the swf path is not working for me).
Info:
I am currently running Firefox 14.0.1 w/ Firebug 1.8.4b1 when I visit the example:
http://datatables.net/release-datatables/extras/TableTools/
Only the print button is visible; the rest of the buttons appear while the page is loading, but quickly disappear shortly after the page finishes loading.
When I view the site in internet explorer 9, Chrome 21.0.1180.60 m the buttons are visible and fully functional; However when I visit the site with Opera 12.01, it has the same problems as Firefox. For my purposes, I can simply insist that the users use chrome or IE, but in the interest of ease of use, it would be great if the issue could be figured out for cross platform use. I noticed that I am not the only one with this problem, and I was hoping that maybe we could find a solution.
There are no errors in firebug, nor in the chrome development console.
More info:
Firefox has the shockwave flash 11.3 300r plugin
Info:
I am currently running Firefox 14.0.1 w/ Firebug 1.8.4b1 when I visit the example:
http://datatables.net/release-datatables/extras/TableTools/
Only the print button is visible; the rest of the buttons appear while the page is loading, but quickly disappear shortly after the page finishes loading.
When I view the site in internet explorer 9, Chrome 21.0.1180.60 m the buttons are visible and fully functional; However when I visit the site with Opera 12.01, it has the same problems as Firefox. For my purposes, I can simply insist that the users use chrome or IE, but in the interest of ease of use, it would be great if the issue could be figured out for cross platform use. I noticed that I am not the only one with this problem, and I was hoping that maybe we could find a solution.
There are no errors in firebug, nor in the chrome development console.
More info:
Firefox has the shockwave flash 11.3 300r plugin
This discussion has been closed.
Replies
> http://datatables.net/release-datatables/extras/TableTools/
doesn't work for you in Firefox? Or is it your own page which doesn't work?
I've just tried it in Firefox 14 and it works okay for me.
Allan
I tried some troubleshooting, and I have added an alert to zeroclipboard.js file to see what is happening (on my page)
line 281:
[code]
receiveEvent: function(eventName, args) {
// receive event from flash
eventName = eventName.toString().toLowerCase().replace(/^on/, '');
alert(eventName)
[/code]
I get the alerts in Chrome, but I do not get anything with Firefox. It makes me think there is a problem with the event listeners not loading properly in firefox. I noticed that a little below that there is a spot that says that sometimes firefox needs a kick, but that part of the code never gets executed.
Allan
There must be some other variable between your system and mine that is causing the problem.
Could you please do me one quick favor ? in the location bar of your firefox, can you type:
about:plugins
does your flash details look like:
Shockwave Flash
File: C:\Windows\SysWOW64\Macromed\Flash\NPSWF32_11_3_300_271.dll
Version: 11.3.300.271
Shockwave Flash 11.3 r300
MIME Type Description Suffixes
application/x-shockwave-flash Adobe Flash movie swf
application/futuresplash FutureSplash movie spl
(except maybe the sysWOW64 may be system32)
http://forums.adobe.com/thread/1018071?tstart=0
Basically all I had to do was add the line:
ProtectedMode=0
To the C:\Windows\SysWOW64\Macromed\Flash\mms.cfg file. After that it works great in firefox and I did not have to change any of your code.
Hopefully this information will help anyone else with the same problem.
I think its only a problem with the flash version listed above and not earlier versions of flash.
Johan.