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
If you open a dialog from the index and then close it with jquerymobile close button (not the one on the template instantly navigates), the dialog gets first dismissed and afterwards the navigation is made from index to index.
The jqm page gets removed from dom, then recreated, and then $.mobile.changePage fails because its trying to make a transition from a page that no longer exists to the one recently created.
This has to do with jqm dialog dismiss button.
I have another issue about dialog usage. If included as a route outcome, a dialog page is retained in the navigation history.
A dialog only relates to the page that created it; back a forth navigation should bypass a dialog.
I am not sure what would be the right approach to solve this issue, what do you think?
The text was updated successfully, but these errors were encountered:
Hi,
About 1.
I forgot about to put this to todo.
Can you do it and fix it, please?
See the source links below.
I think one of them solves it.
I'm going to spend some time next weekend.
Good idea!
In my big app I prefer dialog in history, where i m able to restore values
and coming back from login page to proceed the authorized form submit.
Additionally I'm planning to use breadcrumbs.
May you want to add e.g. removing last history, if dialog was opened , if
property flag was not overidden?
If you open a dialog from the index and then close it with jquerymobile
close button (not the one on the template instantly navigates), the dialog
gets first dismissed and afterwards the navigation is made from index to
index.
The jqm page gets removed from dom, then recreated, and then
$.mobile.changePage fails because its trying to make a transition _from_a page that no longer exists to the one recently created.
This has to do with jqm dialog dismiss button.
I have another issue about dialog usage. If included as a route outcome, a
dialog page is retained in the navigation history.
A dialog only relates to the page that created it; back a forth navigation
should bypass a dialog.
I am not sure what would be the right approach to solve this issue, what
do you think?
—
Reply to this email directly or view it on GitHubhttps://github.com//issues/4.
If you open a dialog from the index and then close it with jquerymobile close button (not the one on the template instantly navigates), the dialog gets first dismissed and afterwards the navigation is made from index to index.
The jqm page gets removed from dom, then recreated, and then $.mobile.changePage fails because its trying to make a transition from a page that no longer exists to the one recently created.
This has to do with jqm dialog dismiss button.
I have another issue about dialog usage. If included as a route outcome, a dialog page is retained in the navigation history.
A dialog only relates to the page that created it; back a forth navigation should bypass a dialog.
I am not sure what would be the right approach to solve this issue, what do you think?
The text was updated successfully, but these errors were encountered: