You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 19, 2018. It is now read-only.
In the Month view, when dragging an event to the last week of the month (the last row of days) the counter is increased but the event ball doesn't appear, and if you click on the day, the cell with events info is not displayed.
It works fine for the other rows of the month.
This problem also happens on the demo page.
Versions
Angular: 1.5.5
Calendar library: 0.28.0
Browser name and version: Google Chrome 56.0.2924.87 (64-bit)
The text was updated successfully, but these errors were encountered:
Ok, I just realized that this is the expected behavior for the event ball, as I was dragging the event to the next month.
The fact that the counter is being displayed but not the event ball confused me.
I'll leave the issue open in case you consider a bug the fact that the counter is being displayed (and not the event ball) when an event is dragged to any day of the next month.
Ah you're right, I think the total count should be hidden unless calendarConfig.displayAllMonthEvents = true is set. Will get that fixed up in the next version! 😄
Bug description / Feature request:
In the Month view, when dragging an event to the last week of the month (the last row of days) the counter is increased but the event ball doesn't appear, and if you click on the day, the cell with events info is not displayed.
It works fine for the other rows of the month.
This problem also happens on the demo page.
Versions
Angular: 1.5.5
Calendar library: 0.28.0
Browser name and version: Google Chrome 56.0.2924.87 (64-bit)
The text was updated successfully, but these errors were encountered: