Issue 838: Image corrupt or truncated: data:image/gif;base64,AAAA data:image/gif;base64,AAAA Line 0
Status:  Done
Owner: ----
Closed:  Mar 2011
Reported by an...@phs.ucdavis.edu, Feb 18, 2011
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
I just preceded the CSS rule with a *, to filter for IE only.
Mar 24, 2011
#2 vic...@gmail.com
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
Project Member #3 adamrs...@gmail.com
this is fixed in 1.5
Status: Done
Mar 27, 2011
#4 eddynaka
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
Project Member #5 adamrs...@gmail.com
1.5 does contain the .min.js. in the download, it is fullcalendar/fullcalendar.min.js