You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using the latest Safari, the user only gets prompted on the first refresh with unsaved changes. Any succeeding refreshes with unsaved form changes do not lead to a prompt.
I don't use this plugin, but see that it runs into the same issues I do with my (very similar) implementation. So maybe you guys have an idea.
Make a change in any form (e.g. change the coffee dropdown in the first form)
Reload the page
-> "Are you sure you want to leave this page?" dialog appears
Confirm the dialog with "Leave Page"
Make another change
Reload the page
=> No dialog appears and the page gets reloaded
I suspect that this might be some kind of security measure introduced by Safari. In Chrome, all the succeeding dialogs have a little checkbox saying "Prevent this page from creating additional dialogs". Maybe the Safari developers decided to ditch any additional dialogs without asking the user (they do something similar with popup blocking).
In the latest release notes they only mention that they now use a generic string to prompt the user rather than the custom one supplied by the application.
The text was updated successfully, but these errors were encountered:
Using the latest Safari, the user only gets prompted on the first refresh with unsaved changes. Any succeeding refreshes with unsaved form changes do not lead to a prompt.
I don't use this plugin, but see that it runs into the same issues I do with my (very similar) implementation. So maybe you guys have an idea.
Steps to reproduce
Chrome 9.1.1 on Mac OS X 10.11.5 (El Capitan)
-> "Are you sure you want to leave this page?" dialog appears
=> No dialog appears and the page gets reloaded
I suspect that this might be some kind of security measure introduced by Safari. In Chrome, all the succeeding dialogs have a little checkbox saying "Prevent this page from creating additional dialogs". Maybe the Safari developers decided to ditch any additional dialogs without asking the user (they do something similar with popup blocking).
In the latest release notes they only mention that they now use a generic string to prompt the user rather than the custom one supplied by the application.
The text was updated successfully, but these errors were encountered: