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
{{ message }}
This repository has been archived by the owner on Dec 1, 2017. It is now read-only.
I still get the error, even when closing using "Refresh". It happens for me when I open and close the dialog a few times. Once I get the error, it won't open anymore.
I'm using a native dialog,
Using
$(document).trigger('simpledialog', {'method':'close'});
raises an error from jqm.the dialog is removed from the dom before jqm can trigger the 'hide' event.
The following line in jqm fails:
Closing directly with jqm's dialog function does not produce the error. eg.
NB. Im using latest simpledialog2, jq 1.7.1, jqm @ 6f666d5
The text was updated successfully, but these errors were encountered: