-
-
Notifications
You must be signed in to change notification settings - Fork 870
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't drag event on last day of week view #871
Comments
A fix here would be to add padding-left and padding-right to the parent element. I feel that this bug should still be known though. |
Thanks for the reply! I actually just went to the stackblitz (thank you for that). And I was able to replicate it within the stackblitz. What I noticed in your video is it looks like there is padding on the right (between the calendar and scroll bar). In my video, when I first go to the week view there is no space and it won't drag. But when I release, you can see a scroll bar appear and the site seems to re-size. Then the drag works. |
I'm having the same problem with the drag to create. Can not create an event on the last day of the week. Is there a fix (even temporary) ? The problem also appears on Mozilla |
I found that adding padding around the calendar may or may not help. I was able to get it working at times, but it was still unpredictable. Seemed like Chrome was the only one with the issue though. |
Also, try zooming out to 110% or zoom in to 90% (ctrl+zoom). I was also able to get it to work then, but that is not a solution for general users of the app. |
Should be fixed now in |
Hi, |
Describe 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
:Google Chrome v 72.0.3626.81 64bit
The text was updated successfully, but these errors were encountered: