opitzconsulting / jquery-mobile-angular-adapter

jquery mobile angular adapter
MIT License
517 stars 114 forks source link

Popups on dialog closing the dialog #118

Closed davidd4 closed 11 years ago

davidd4 commented 11 years ago

When a popup on a dialog closes (e.g. an item is selected from a selectmenu), the dialog is closed. This behavior is caused by

function instrumentPopupCloseToNavigateBackWhenDialogUrlIsSet() {
tbosch commented 11 years ago

Hi, yes, your are right. This works when using plain jquery mobile...

Tobias

tbosch commented 11 years ago

Please have a look at here when using dialogs in dialogs or poups in dialogs and the back button: https://github.com/tigbro/jquery-mobile-angular-adapter#widget-dialog

tbosch commented 11 years ago

Here is a jsfiddle with a working version, using 1.2.1-SNAPSHOT. http://jsfiddle.net/ZHKBA/96/

davidd4 commented 11 years ago

nice thx