Issue with showModalDialog in Safari 11.0

Hi,


I recently came across a problem with showModalDialog in Safari 11.0. I am not able to open two modal dialog simultaneously using showModalDialog, the second one does not open any dialog and the return value is always 'undefined'.


Here is an example:

https://plnkr.co/edit/4W78a1nivDW49JhJFMWI?p=preview


The same code opens up two dialog in IE-11 but only one in Safari 11.0.


Any idea on the reason for this discrepancy? Thanks in advance.

Looks like this is a deprecated API so its probably best to use something else. https://developer.mozilla.org/en-US/docs/Web/API/Window/showModalDialog

Issue with showModalDialog in Safari 11.0
 
 
Q