kuyashi
(David O'Dea)
13. November 2015 um 00:34
1
Hi there,
I’ve noticed this behaviour in the Safari browser in iOS 9.1 on an iPhone 6:
User clicks on login and fills out modal login box.
After submitting log in credentials - Safari attempts to log in but modal sticks on screen and browser hangs indefinitely.
Only manually refreshing the page lets user proceed.
User is looged in when browser is refreshed.
This has been tested on several different Discourse installations - occurs with each.
Other mobile browsers such as Chrome do not have the issue and work as normal. Desktop Safari is not effected also.
3 „Gefällt mir“
Can you repro this on your iPhone @techapj ?
1 „Gefällt mir“
techAPJ
(Arpit Jalan)
13. November 2015 um 09:04
3
Yes, I can repro this issue on my iPhone. Added on my list.
3 „Gefällt mir“
techAPJ
(Arpit Jalan)
22. November 2015 um 13:00
4
Fixed via:
https://github.com/discourse/discourse/commit/3053d48671f91d6dfcf5e8f26ad1c06476c6683c
The issue was: In case of Safari (on iOS) the hidden login form was not getting submitted, hence causing the page to freeze.
I realized that we do not need to submit hidden login form (in case of Safari on iOS) because the browser password manager is already getting triggered as soon as user successfully logs in.
7 „Gefällt mir“
codinghorror
(Jeff Atwood)
Geschlossen,
24. November 2015 um 13:31
6
This topic was automatically closed after 2 days. New replies are no longer allowed.