Alex Terehov

Results 29 comments of 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. ![test-results](https://user-images.githubusercontent.com/1920639/34014394-a2164514-e123-11e7-8435-34b6a73b866d.PNG) 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...