emir01 / jquery-loadmask

Automatically exported from code.google.com/p/jquery-loadmask
Other
0 stars 0 forks source link

jQuery UI + Loadmask + FullCalendar #9

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. jQuery UI 1.8.11
2. Internet Explorer
3. FullCalendar (http://arshaw.com/fullcalendar/)

What is the expected output? What do you see instead?
Masks instead, in Internet Explorer I do not see the mask or message (I believe 
it is being generated correctly but is being overlapped by some element of the 
jQuery UI CSS)

What version of the product are you using? On what operating system?
0.4

Please provide any additional information below.
I have tried to use the jquery-loadmask for jQuery UI listed on Project Home, 
but function 'unmask()' does not fire correctly, and the mask message is still 
behind some elements

Original issue reported on code.google.com by jordan.b...@gmail.com on 19 Apr 2011 at 10:50

GoogleCodeExporter commented 9 years ago
I was able to figure this one out, the mask was correctly being added to the 
page it was my 'timing' that was off! The mask wasn't being shown for long 
enough. See here: 
http://stackoverflow.com/questions/5734471/applying-loadmask-to-fullcalendar-has
-strange-results

Original comment by jordan.b...@gmail.com on 21 Apr 2011 at 6:19