Can't drag event on last day of week view
See original GitHub issueDescribe the bug Currently I find that I cannot drag or resize an event on the last day of a week view. This can be replicated on the demo site by changing a couple elements: https://mattlewis92.github.io/angular-calendar/#/draggable-events
This occurs in Chrome only. The dragging still works if you zoom the window to 90% or 110%. The window needs to be maximized.
Minimal reproduction of the problem with instructions Within inspect element, you need to set the calendar div from col-md-9 to col-md-12 (to make it full screen) and remove left and right padding from the col-md-12 class. If you drag the event to saturday, then you cannot drag the event within saturday. But you can drag it to another day of the week.
I will try to create a plunkr to replicate this simply, that will later be added as an edit.
Versions Most recent version of Angular and Angular Calendar
@angular/core
:angular-calendar
:- Browser name and version: Google Chrome v 72.0.3626.81 64bit
Issue Analytics
- State:
- Created 5 years ago
- Comments:8 (2 by maintainers)
Top GitHub Comments
Hi, Unfortunately, the problem still appears if I set [weekStartsOn] on different value than 0.
My [weekStartsOn]=“1” and I cannot drag event more than 15 minutes ([hourSegments]=“4”). I assume that the issue is similar to the one which you solve recently.
Should be fixed now in
0.26.10
, thanks for reporting! 😄