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.
Issue description
Dialog pages (data-rel=dialog) pages with a popup (data-role=popup) fail to respond to the close button of the Dialog regardless of the state of the popup.
Steps to reproduce
a. Create a JQM page, A with header, footer and a link, B (data-rel=dialog) to a second JQM page, C
b. Create the second JQM page, C with header, a footer and a link, D, to a popup div E (data-role=popup)
c. Create the popup div E in the content section of C.
d. Put a header and content into E
e. When done, the nesting should look like JQMDoc(A(header,content(B),footer),C(header,content(D,E),footer))
f. Open the page and click the link B to get to the dialog C
Expected outcome
When I click the X to close the dialog C header, it will close
Actual outcome
When I click the X to close the dialog C header, it does nothing
Dialog pages (data-rel=dialog) pages with a popup (data-role=popup) fail to respond to the close button of the Dialog regardless of the state of the popup.
http://jsfiddle.net/ShamimIslam/Y7VJC/
a. Create a JQM page, A with header, footer and a link, B (data-rel=dialog) to a second JQM page, C
b. Create the second JQM page, C with header, a footer and a link, D, to a popup div E (data-role=popup)
c. Create the popup div E in the content section of C.
d. Put a header and content into E
e. When done, the nesting should look like JQMDoc(A(header,content(B),footer),C(header,content(D,E),footer))
f. Open the page and click the link B to get to the dialog C
When I click the X to close the dialog C header, it will close
When I click the X to close the dialog C header, it does nothing
The text was updated successfully, but these errors were encountered: