When overriding the showEventEditor function in TimeLine, a grid rendering issue appears if I, for any reason, refuse to create a new event.
The cells selected with the mouse before the call to showEventEditor remain displayed as selected afterwards.
The problem can be resolved by calling calendar.clearViewSelection(); in my overridden showEventEditor.
However, clearViewSelection is an undocumented function.
The cells selected with the mouse before the call to showEventEditor remain displayed as selected afterwards.
The problem can be resolved by calling calendar.clearViewSelection(); in my overridden showEventEditor.
However, clearViewSelection is an undocumented function.
Comment