-
Notifications
You must be signed in to change notification settings - Fork 0
Report a Bug
Do you think something is broken with FullCalendar's existing behavior? If so, please carefully follow these steps for reporting a bug:
More often than not, the problem is with your code, not with FullCalendar. To determine this, remove as much of your code as possible:
- Remove all unrelated stylesheets and JS files
- Remove all unrelated 3rd party libraries
- Remove all server-side logic. Use static HTML and JSON files instead.
For more info on this technique, read Reduced Test Cases.
Use a service like JSFiddle or JSBin to demonstrate the bug online. Enter your JS, CSS, HTML, and JSON and wire up all the relevant dependencies (jQuery, jQuery UI, etc). Here are some JSFiddle templates to help you get started:
Instructions: Fork the fiddle, click Update when you're done, then Share the link.
Please describe the correct desired behavior and how the buggy behavior differs from that. Please describe, in detail, the exact steps that are needed to reproduce the bug.
Screenshots are extremely helpful. For bugs that require complicated user interaction, please post a recorded video screencast if possible.
At this point, anyone should be able to open up your JSFiddle demonstration, read your description, and reproduce your bug in less than 1 minute!!!
If this is true, please move on to the issue tracker (requires a Google account). It is a good idea to search through the list to see if someone has already reported your bug. If so, simply star it to receive notifications about progress.
Please enter only one bug per issue and do not combine issues.