WebDialog rendering late on Mac
-
I'm making my plugin compatible with Mac at the moment. I've run into the problem where my WebDialogs are not rendering (empty, white pages) when the dialogs are first shown. Instead I have to click on the main SU window, then suddenly the dialog HTML appears.
Any ideas about this? Thanks!
-
I have not observed this before. Do you have a sample to demonstrate?
-
Well we know the
show()
method's block form is bugged on the Mac.Have you tried using
show_modal()
instead? .... most Mac users prefer that, as it acts like it does on the PC. (always "on top".) -
@dan rathbun said:
Well we know the
show()
method's block form is bugged on the Mac.Have you tried using
show_modal()
instead? .... most Mac users prefer that, as it acts like it does on the PC. (always "on top".)Tried show_modal(), didn't help.
-
Do you have any sample code to demonstrate?
-
Hmm ... I'd first check the Js events like onBlur OnFocus onMouseout etc.
-
@thomthom said:
Do you have any sample code to demonstrate?
I will try to get sample code up here - just busy at the moment... Thanks guys.
Advertisement