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


Sign in to add a comment
 
Reported by Thierry....@laposte.net, May 2, 2013
Hello

This is a follow-up to bug report 1150.

In fullcalendar 1.6.1, the typo is still there in line 1191 of the unminified js file:

--- fullcalendar.js     2013-04-14 22:09:06.000000000 -0400
+++ fullcalendar.js     2013-05-02 00:29:25.300000004 -0400
@@ -1088,7 +1088,7 @@
                                e.className = event.className;
                                e.editable = event.editable;
                                e.color = event.color;
-                               e.backgroudColor = event.backgroudColor;
+                               e.backgroundColor = event.backgroundColor;
                                e.borderColor = event.borderColor;
                                e.textColor = event.textColor;
                                normalizeEvent(e);


I don't have some code showing the typo affects some results. I found the bug while searching for something else, then found the bug report 1150.

My $0.02 contribution...

Thanks a lot for your code and sharing it.

Best regards.

Thierry BESANCON
May 2, 2013
#1 Thierry....@laposte.net
Sorry: it is a followup to bug report 1130 not 1150.
Aug 24, 2013
Project Member #2 adamrs...@gmail.com
this was fixed in a recent version of fullcalendar. thanks
Status: Done
Sign in to add a comment

Powered by Google Project Hosting