| Issue 2370: | Numeric sort instead of alphanumeric sort | |
| 1 person starred this issue and may be notified of changes. | Back to list |
Hello, In the link below there is a working view that presents all days of the month in one single row. Working with this view I also found a bug in src/common/View.js where is used a general sort() function ( that orders alphanumeric) rather than numeric. I found this bug cause when i tried to insert an event between cells 9 and 12 for example, in this single row month view, the library could not calculate the right number of cells of the event. Regards. https://github.com/arshaw/fullcalendar/pull/199
Nov 25, 2014
released in v2.2.3. Thanks!
Nov 25, 2014
(No comment was entered for this change.)
Status:
Released
|
|
| ► Sign in to add a comment |
Status: Accepted
Labels: Type-Bug