-
Notifications
You must be signed in to change notification settings - Fork 754
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
showProcessing gif not animating #158
Comments
Hi adamtomat! Yeah, I added a note in the version 2.4 change log about that....
I haven't had time to figure out this issue. Any thoughts on it? I'm not sure if it will make a difference when adding an img instead of the background image... but I'll check it out. |
Yeah it sound like a silly solution, I experienced it on the project I am working on at the moment. Using AJAX to refresh a massive table. Originally had the div fade out to display the gif as a background image while it was processing. It never animated, or when it did it was very slow. I swapped it for an image and it worked straight away. Hope it works for this too. If it works, and you implement it you may want to think about these 2 options:
|
I added an img to the header and it didn't seem like it made any difference (see this demo). So, do me a favor and test the changes in these files for me on your table - I've only modified the blue theme css file: http://dl.dropbox.com/u/1510510/testing/tablesorter/js/jquery.tablesorter.js I've added an option named Thanks! |
I'll have a play later tonight after work. |
Hi @adamtomat! Any word on this? Did it work for you? I still haven't found a viable solution =(. |
So I have found a solution for the processing icon animation:
|
Typically, when using an animated gif as a background image while processing is going on, the gif will not animate or animate very slowly. The solution is to use an image with the src as the gif. Have a look at appending / removing the image with js if showProcessing is set.
The text was updated successfully, but these errors were encountered: