My favorites | Sign in
Project Home Issues
New issue   Search
for
  Advanced search   Search tips   Subscriptions
Issue 1130: updateEvent backgroundColor bug
1 person starred this issue and may be notified of changes. Back to list
Status:  Released
Owner:  ----
Closed:  Aug 2013


Sign in to add a comment
 
Project Member Reported by adamrs...@gmail.com, Sep 28, 2011
from mark m...

Just noticed in your FullCalendar.js file (v1.5.1), on line 1077 there is a typo:

e.backgroudColor = event.backgroudColor;

should obviously be:

e.backgroundColor = event.backgroundColor;

This was stopping the colors being set when passed in via a JSON feed.

Apologies if this isn't the correct forum to report the error, or if it has been fixed in a newer version.

Aug 13, 2013
Project Member #1 adamrs...@gmail.com
fixed in a past release
Status: Released
Owner: ---
Labels: -Type-Defect Type-Bug
Sign in to add a comment

Powered by Google Project Hosting