-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Popup: Chaining popup > dialog > popup #4806
Comments
This is the same limitation as chaining popups I believe. Both use the same hash mechanisms. I think we just may need to update the docs to say you can't open another popup or a dialog from a popup. @gabrielschulhof? |
No, this should actually be working. |
This is a bug that's been around since at least 1.0: Page -> Dialog -> Dialog <- Back <- Back -> Forward -> Dialog <- Back In the above sequence, when you go forward, it skips past the first stale dialog entry - which is correct, but there are nothing but stale dialog entries all the way to the end of the history. |
@gabrielschulhof - that is a problem for sure but that doesn't seem to be the issue here. This is broken if you jus tgo from a popup to a dialog, right? |
OK, you're right. I should fix this issue and leave the sequence I mentioned unfixed, and make a separate issue for that. |
popup1 call popup2 like this: when the 200 is set too small ,it will not work; |
…ng it as-is -- Fixes: jquery-archive#4806
jQM 1.2 A.1
When opening a dialog from a popup and call another popup from that dialog does not work.
Demo at: http://jsfiddle.net/MauriceG/sC9xL/show/light (http://jsfiddle.net/MauriceG/sC9xL/)
Related issue #4767
The text was updated successfully, but these errors were encountered: