malsup / blockui

jQuery BlockUI Plugin
http://jquery.malsup.com/block/
1.69k stars 506 forks source link

Latest code does not work on Safari 6.0.4 #93

Open zsll opened 10 years ago

zsll commented 10 years ago

You may go to http://www.lenswish.com/start.

choose facebook and it will lead to your friends. Clicking on "Select" will show block ui in Chrome/IE/Firefox. Somehow it's not working for Safari.

obesson-fa commented 10 years ago

We have same problem on safari 7. No event fired.

malsup commented 10 years ago

I just tested the demo page with Safari 7 and it works fine for me.

http://jquery.malsup.com/block/#demos

What "event" is not firing?

obesson-fa commented 10 years ago

Sorry for delay,

Problem is on events : unload and beforeUnload. Works fine on ie, FF, chrome

but on safari I never see blockui open even if I use A huge loading page.

It worked on Safari 5.x but not on Safari 6 and 7

If I put a javascript debug point I see Blockui, but without any debug blockui never appear

obesson-fa commented 10 years ago

Here is a jsfiddle to test :

http://jsfiddle.net/wA4pt/2/