My favorites | Sign in
Project Home Issues
New issue   Search
for
  Advanced search   Search tips   Subscriptions
Issue 40: Bug when setting className to an array
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
 
Reported by yowza...@gmail.com, Jun 16, 2009
The problem can be duplicated by editing the gcal.html example file to have
this for the className:

    events: $.fullCalendar.gcalFeed(

       
'http://www.google.com/calendar/feeds/usa__en%40holiday.calendar.google.com/public/basic',
        {draggable: false, className: ['mygcal','gcal']}
    ),

Then view the page, and you'll see the markup has this in it:

<table class="event mygcal,gcal" style="position: absolute; top: 253px;
left: 2px; width: 123px; z-index: 3;">

Obviously, that comma shouldn't be there!


Jun 29, 2009
Project Member #1 adamrs...@gmail.com
fixed this in 1.2.1. thanks!
Status: Fixed
Aug 13, 2013
Project Member #2 adamrs...@gmail.com
(No comment was entered for this change.)
Status: Implemented
Aug 13, 2013
Project Member #3 adamrs...@gmail.com
(No comment was entered for this change.)
Status: Released
Sign in to add a comment

Powered by Google Project Hosting