Working example: http://jsfiddle.net/bfz3J/1/ - i123fr3 1 在最新版本的FullCalendar(v2.6.1)中,我在agendaWeek和agendaDay视图中遇到了HTML显示问题。以下方法对我有用: eventRender: function(event, element, view) { if (view.name === 'month') { element.find('span.fc-title').html(eleme...
js error when gotoDate immediately after calendar initialization (#3598) agenda view scrollbars causes misalignment in jquery 3.2.1 (#3612) navigation bug when trying to navigate to a day of another week (#3610) dateIncrement not working when duration and dateIncrement have different units3.3...
js error when gotoDate immediately after calendar initialization (#3598) agenda view scrollbars causes misalignment in jquery 3.2.1 (#3612) navigation bug when trying to navigate to a day of another week (#3610) dateIncrement not working when duration and dateIncrement have different unitsv...
Naive approach of just updating the timezone prop does nothing. Neither trying to update thenowproperty with the ISO string of the current time in the new timezone. Judging by the code, and as I've seen in some other discussion herenowproperty is not changeable at all currently. ...
js error when gotoDate immediately after calendar initialization (#3598) agenda view scrollbars causes misalignment in jquery 3.2.1 (#3612) navigation bug when trying to navigate to a day of another week (#3610) dateIncrement not working when duration and dateIncrement have different units3.3...
acerix changed the title scrollTime not working scrollTime is not updated after changing the option Sep 1, 2020 Member acerix commented Sep 1, 2020 Thanks, confirmed, same issue without React: https://codepen.io/acerix/pen/xxVXbRQ?editors=1011 Best workaround I found is to change to...
js error when gotoDate immediately after calendar initialization (#3598) agenda view scrollbars causes misalignment in jquery 3.2.1 (#3612) navigation bug when trying to navigate to a day of another week (#3610) dateIncrement not working when duration and dateIncrement have different units3.3...
I have checked with my app (basic usage of full calendar, with events like drag/drop, refresh events, goToDate, ... and everything works fine for me :) You maybe should test advanced usage of it to be sure that everything is fine. Collaborator BrockReece commented Nov 13, 2017 ...