My favorites | Sign in
Project Home Issues
New issue   Search
for
  Advanced search   Search tips   Subscriptions
Issue 1292: Getting Double headers in BootStrap
1 person starred this issue and may be notified of changes. Back to list
Status:  Invalid
Owner:  ----
Closed:  Aug 2013


Sign in to add a comment
 
Reported by ThomasAt...@gmail.com, Feb 13, 2012
Hi. Im using a simple instance of FullCalendar and when it is combined with Bootstrap im getting double headers. Im currently looking at the month view and i have the days of the week listed twice. When active im also getting double navigation headers and title headers

my call is:
[code]
$('#calendar').fullCalendar({
        events: url,
        header: {
                left:   '',
                center: '',
                right:  ''
                }
                
    });
[/code]

Here is the code FC is generating:
[code]
<tr class="fc-first fc-last">
<th style="width: 256.75px;" class="fc-sun fc-widget-header fc-first">Sun</th>
<th style="width: 258px;" class="">Mon</th>
<th style="width: 256.75px;" class="fc-tue fc-widget-header">Tue</th><th style="width: 258px;" class="">Wed</th>
<th style="width: 256.75px;" class="fc-thu fc-widget-header">Thu</th><th style="width: 258px;" class="">Fri</th>
<th style="width: 256.75px;" class="fc-sat fc-widget-header">Sat</th><th style="width: 258px;" class="">Sun</th>
<th style="width: 256.75px;" class="fc-mon fc-widget-header">Mon</th><th style="width: 258px;" class="">Tue</th>
<th style="width: 256.75px;" class="fc-wed fc-widget-header">Wed</th><th style="width: 258px;" class="">Thu</th>
<th style="width: 256.75px;" class="fc-fri fc-widget-header">Fri</th><th class="fc-sat">Sat</th>
</tr>
[/code]

thanks.
Aug 15, 2013
Project Member #1 adamrs...@gmail.com
(No comment was entered for this change.)
Status: ReproTemp
Aug 25, 2013
Project Member #2 adamrs...@gmail.com
This message is being bulk-sent to a number of issues, both [very] old and new.

I have been working on taming this issue tracker, which has gotten out of control after months of neglect. You are receiving this message because I could not successfully reproduce the bug you were reporting with a reasonable amount of effort. I have written some new bug-report guidelines to be used by all bug reports going forward:

    http://arshaw.com/fullcalendar/wiki/Report-a-Bug/

Its salient point is that all bug reports should have an isolated demonstration, viewable online with a tool like JSFiddle.

If the bug you originally reported is still important to you, could you please first try the latest version of FullCalendar and see if it is fixed? If not, could you please file a NEW bug report that follows the new guidelines? This issue will not be monitored for further comments.

I'm sorry I have taken so long to respond to many of your request, and I'm sorry if this new procedure causes extra work for you. Going forward, the issue tracker will be much more of a well-oiled machine.

Again, if you must, PLEASE SUBMIT A *NEW* BUG REPORT (following the new guidelines) INSTEAD OF COMMENTING ON THIS ONE. Further comments on this report will be ignored. Thanks.
Status: Invalid
Labels: -Type-Defect Type-Bug
Sign in to add a comment

Powered by Google Project Hosting