| Issue 838: | Image corrupt or truncated: data:image/gif;base64,AAAA data:image/gif;base64,AAAA Line 0 | |
| 6 people starred this issue and may be notified of changes. | Back to list |
Using Firefox 4.0b11, I keep getting this error from Firebug: "Image corrupt or truncated: data:image/gif;base64,AAAA data:image/gif;base64,AAAA Line 0" Browser: Firefox 4.0bll fullcalendar: 1.4.10 It appears that it's referring to this property in fullcalendar.css on line 306: background: url(data:image/gif;base64,AAAA) !important; /* hover fix for IE */
Mar 24, 2011
#1
scalv...@openroad.ca
Mar 24, 2011
Like mentioned above:
.fc .ui-resizable-handle { /*** TODO: don't use ui-resizable anoymore, change class ***/
display: block;
position: absolute;
z-index: 99999;
border: 0 !important; /* important overrides pre jquery ui 1.7 styles */
*background: url(data:image/gif;base64,AAAA) !important; /* hover fix for IE */
}
#selector{
color: #000; /* shows in all browsers */
*color: #000; /* shows in IE7 and below */
_color: #000; /* shows in IE6 and below */
}
Mar 24, 2011
this is fixed in 1.5
Status:
Done
Mar 27, 2011
I want to know if u will make a package with the fullcalendar with the .min.js for the version 1.5 thanks
Apr 2, 2011
1.5 does contain the .min.js. in the download, it is fullcalendar/fullcalendar.min.js |
|
| ► Sign in to add a comment |