You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 [email protected] on 19 Apr 2011 at 10:50
The text was updated successfully, but these errors were encountered:
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 issue reported on code.google.com by
[email protected]
on 19 Apr 2011 at 10:50The text was updated successfully, but these errors were encountered: