question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Can't drag event on last day of week view

See original GitHub issue

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:
  • Browser name and version: Google Chrome v 72.0.3626.81 64bit

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:8 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
sebmincommented, Dec 2, 2020

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.

0reactions
mattlewis92commented, Mar 17, 2019

Should be fixed now in 0.26.10, thanks for reporting! 😄

Read more comments on GitHub >

github_iconTop Results From Across the Web

I can't change my event times just by dragging them on a ...
If you're using the Google Calendar app, go to the 'day' view, and press and hold on your event until you see the...
Read more >
Calendar No Longer Allowing Drag & Drop
days now, it no longer allows me to drag appointments or tasks to different days. I now have to go in, edit them,...
Read more >
Google Calendar Hold & Drag Events not working
Ever since updating my Oneplus 7 Pro to 10.3.5 I cannot hold and drag calendar events and it's driving me insane. I use...
Read more >
Full Calendar - Drag and drop between days in day view
In day view you can only drag within the day. Look at the Feature Requests section of the fullcalendar website and see if...
Read more >
Add, modify, or delete events in Calendar on Mac
In Day or Week view, drag from the event's start time to its end time, then enter a title and other event details...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found