deisonferley / fullcalendar-asp-net

Automatically exported from code.google.com/p/fullcalendar-asp-net
1 stars 0 forks source link

Microsoft JScript runtime error: 'status' is null or not an object in IE and The image “view-source:data:image/gif;base64,AAAA” cannot be displayed because it contains errors in firfox. #4

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Hi,
 Firstly i thank you for saving my time,am using jquery fullcalendar of asp.net version,which i downloaded from this site.It works fine in all browsers but i want to resolve above mentioned bug.How can i fix this..?

Original issue reported on code.google.com by deepu...@gmail.com on 23 Jun 2011 at 5:17

GoogleCodeExporter commented 8 years ago
same issue here !
but thanks for your efforts.

Original comment by Eng.Muha...@gmail.com on 6 Jul 2011 at 11:07

GoogleCodeExporter commented 8 years ago
i having the same issue here...
Anyone solved it?

Original comment by shannwor...@gmail.com on 18 Nov 2011 at 3:29

GoogleCodeExporter commented 8 years ago
Dear All
I just fixed those two issues,
status is null , it came from jquery.qtip 
image issue, it came from fullcalendar.css

to fix "status is null", you can use the file attached for qtip
to fix "image issue", 
in css class .fc .ui-resizable-handle

replace all as below: (it came from version 1.5)
    display: block;
    position: absolute;
    z-index: 99999;
    overflow: hidden;
    font-size: 300%;  
    line-height: 50%; 

Cheers
James

Original comment by MIB0...@gmail.com on 11 Dec 2011 at 9:32

Attachments: