|
Title: Dialog refuses to open as modal Post by: devnull on June 03, 2015, 09:51:28 PM Even though I have set the dialog modal to true, and have also tried setting it's options.modal = true before opening, it simply refuses to open as modal.
How can I track down why this might be ? Code: $('#_query_').dialog({Thanks Title: Re: Dialog refuses to open as modal Post by: stworthy on June 04, 2015, 01:29:15 AM Please refer to this example http://jsfiddle.net/kadLfs6k/. It works fine.
Title: Re: Dialog refuses to open as modal Post by: devnull on June 04, 2015, 01:53:48 AM Hi;
Yes, I know it works fine in a simple page, but something is preventing it from being modal, and I was asking how I can find out why it is not modal. |