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 Oct 8, 2021. It is now read-only.
I noticed that the page markup for page-dialogs.html was being duplicated in the DOM. This is happening because we aren't detecting that page-dialogs.html is a "first-page" since it has a hash after it. We need to change the first-page checking code in loadPage() so that it uses fileUrl, which is the version of the absUrl, minus any dialog hashKey.
The text was updated successfully, but these errors were encountered:
…the dialogHashKey. This tests to make sure these issues don't happen again:
Issue #2570 - Refreshing a page with #&ui-state=dialog causes syntax error
Issue #2582 - Refreshing a page with #&ui-state=dialog causes page duplication
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
After fixing issue #2570:
#2570
And testing against the sample URL:
http://jquerymobile.com/demos/1.0rc1/docs/pages/page-dialogs.html#&ui-state=dialog
I noticed that the page markup for page-dialogs.html was being duplicated in the DOM. This is happening because we aren't detecting that page-dialogs.html is a "first-page" since it has a hash after it. We need to change the first-page checking code in loadPage() so that it uses fileUrl, which is the version of the absUrl, minus any dialog hashKey.
The text was updated successfully, but these errors were encountered: