showModalDialog icon indicating copy to clipboard operation
showModalDialog copied to clipboard

multiple showModalDialogs

Open wenky opened this issue 9 years ago • 3 comments

Hi , The showmodaldialog is working fine. But I have issues in implementing multiple showModalDialogs. For Ex:If I'm having two showDialogs in a page(function).As per the implementation,it is getting the callerstaments and breaking the code for later statments of showModalDialog. The second showModalDialog statment is executing inside eval() and so this block is becoming the caller for the second showModalDialog,and Hence the later statements after second showModalDialog is not executing. Any help in this regard is highly appreciated. Thanks, Venkatesh.

wenky avatar Apr 01 '15 04:04 wenky

@wenky hei, can you resolve your problem regarding show multiple dialog?

godofrayer avatar Oct 02 '17 02:10 godofrayer

I am not sure I understand your issue. Can you provide a proof of concept in jsbin.com or jsfiddle.net?

niutech avatar Oct 03 '17 10:10 niutech

@wenky I know some years have passed, but you could try the branch I've created from this repo:

https://raw.githubusercontent.com/macmessa/showModalDialog/multiple-dialog/showModalDialog.js

macmessa avatar Jul 11 '19 00:07 macmessa