-
Notifications
You must be signed in to change notification settings - Fork 725
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
0.3.8 hangs Safari and Chrome on iPad 1 when using alert/confirm/prompt #133
Comments
There's nothing there that should create an issue outside of Can you reproduce it on the example site? If so, can you provide the steps to reproduce. I've just tested it with the latest version of Chrome (Version 26.0.1410.65, Mac 10.8.3) and in Safari on my iPhone and everything worked fine. If you can't reproduce on example site example site, could you provide sample code with the issue being reproduced? |
In my case it is The example site hangs my Browser as well as my application does. BUT only as I mentioned above on iPad first generation. The funny thing here is, it hangs Safari mobile and Chrome mobile in latest releases, so I assume, it's related to the device itself. Unfortunately I expect a good number of users still having an iPad first generation. |
I don't have an iPad first generation to test, but I'll fire up browserstack to test it and see if I can recreate/debug it. I'll update with my findings. |
Thank you, meanwhile I'll try to debug it using 'weinre'. |
No result so far. The rendering engine seems to hang, real debugging is not possible using weinre. I am going out of options here. Any suggestions? |
I'm looking at it now - so far I'm able to open 1 dialog (iOS 5.1, iOS 4.3.2) with weird behaviour (jumps to the top of the page) but can't open any other afterwards. I've tested the |
|
That's correct. There's an issue with the transition properties at the moment, which I've resolved, causing the cover to show, but not the dialog ("hang" mode). I'm close - I have resolved the issue with the dialog not showing after the first time (2nd time onward dialogs show perfectly), but the first item still causes the page to jump to the top. Need to sort that out and I'll push an update. |
@janroesner Any chance you could take a look at the above PR and test the new source with your iPad to ensure the fix does indeed work? I was seeing the behaviour in the simulator and the changes resolved the issue, but getting confirmation on the actual device is always better. edit: |
@fabien-d It works like a charme. I tested |
I had to remove the transitions - that's what was causing the issue. It supports an older syntax for CSS transitions but doesn't do so very reliability. I will look for a workaround but that will be for the 0.4 release. Thanks for the help. I'll merge/release/update docs when I get a chance. Sent from my iPhone On 2013-04-20, at 4:20 PM, Jan Roesner [email protected] wrote:
|
Merged. Issue resolved in |
I'm using Alertify in a yeoman project using require.js to load it. It works pretty well in all Browsers I have seen so far, but it completely hangs Safari on iOS 5.1.1 as well as latest Chrome.
This piece of coffe triggers the error. Both browsers become completely unresponsive to touch events in the rendering area. Orientation change still works, and the page can be reloaded, but fails then in the same situation.
Any ideas what could cause this behaviour? Any workarounds?
Regards
Jan
The text was updated successfully, but these errors were encountered: