Alex Terehov
Alex Terehov
Is it enough to put a check box symbol ✔ instead of spinner for a second before returning to the initial button label?
I have no capacity to implement it, so anyone is welcome to contribute.
Go ahead! This issue has been waiting for several years for you
Totally agree with @timgavin. Please, do not remove ability to use Ladda on buttons which triggers page reloads. Let's figure out a way to Safari and find a solution.
Tested with saucelabs.com Ladda script was evaluated and run successfully, but no frames were rendered between click and page reload.  I'll try to find a solution for this
I think I found a solution. It's hacky and dirty right now, but I need some confirmation from a real Safari experience. Problem: Safari won't repaint anything during `submit` event...
No, this error is for Twitter stuff. I have no idea what could we try next. Maybe you can try intersept submit event, start Ladda and submit form after 1...
@timgavin could you update issue title to "Not working on Safari after form submit with page reload", please?
Yes, the only solution is to do it by yourself: - intercept form `submit` event, - call `event.preventDefault` and wait for the animation, - call form's `submit` event.
@salimbaig916 Yes, the only solution, for now, is to implement this behaviour by yourself: * intercept form's `submit` event, * call `event.preventDefault` and wait for the animation, * call form's...