| Issue 1130: | updateEvent backgroundColor bug | |
| 1 person starred this issue and may be notified of changes. | Back to list |
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. |
|
| ► Sign in to add a comment |
Owner: ---
Labels: -Type-Defect Type-Bug