This repository was archived by the owner on Oct 8, 2021. It is now read-only.
This repository was archived by the owner on Oct 8, 2021. It is now read-only.
Fix from #5382 causes failure: Full page dialog does not receive rounded corners - remove the fix and the rounded corners come back #5383
Closed
Description
- 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. - Test page
http://jsfiddle.net/ShamimIslam/Y7VJC/ - 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
The full page dialog has square corners - similer to the demos on Jquerymobile.com in the dialog section - Actual outcome
The full page dialog will have rounded corners - unlike the demos on Jquerymobile. com in the dialog section - Firefox 17.0.1/Fedora 17/x86_64, Android Browser/Android ICS 4.0.4/Razr Maxx
- JQM 1.2.0, JQuery 1.8.2
- The previous fix to repair the close button behavior created this issue. Can also be seen when the structure is JQMDoc(A(header,content(B),footer),C(header,content,footer))
Metadata
Metadata
Assignees
Labels
No labels