-
-
Notifications
You must be signed in to change notification settings - Fork 876
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
Event goes outside the calendar when dragging it down and up again (day view) #958
Comments
Thanks so much for opening an issue! If you'd like me to give priority to answering your issue or would just like to support this project, then please consider supporting me on Patreon |
Oh how strange, weird that it works on one view but not the other! Workaround for now is to stick to the older version of the drag and drop lib or use the week view with |
Got it, thank you.
…
On Apr 24, 2019 at 19:01, <Matt Lewis> wrote:
Oh how strange, weird that it works on one view but not the other! Workaround for now is to stick to the older version of the drag and drop lib or use the week view with [daysInWeek]="1" set to emulate the day view: https://stackblitz.com/edit/angular-j5kje1?file=demo/component.ts
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Fixed in |
Cool! Thank you!
*Hugo Caldeira*
Diretor Técnico | /Chief Technology Officer/
inventore : oficina de software
+351 226 181 557 <tel:+361226181557> ⚬ inventore.pt <https://inventore.pt>
*Porto*
Rua Francisco Carqueja, 179 2º esq.
4350-185 Porto
*Lisboa*
Rua José Saramago 5A - Sala E 53
1675-180 Pontinha
…On 27/04/19 16:30, Matt Lewis wrote:
Fixed in |0.27.7|!
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#958 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AEDUMZLI4LUSJURBGLWCAITPSRWSPANCNFSM4HIEYH4A>.
|
Describe the bug
Hello,
In this last release (0.27.5) it was added the support of scrolling when dragging events, though when I drag an event down so that the calendar scrolls down and then I drag it back up, the event exceeds the top line of the calendar. From what I can see this its only happening on the day view, because in the week view it works perfectly.
Minimal reproduction of the problem with instructions
This issue can be reproduced in both the demos "Day view scheduler" and in the day view of "Kitchen sink".
Example of issue on demo "Day view scheduler":
Is it possible to limit the drag of the event until the first line of the day view? It works when the scroll is not used.
Screenshots
Versions
@angular/core
: 7.1.0angular-calendar
: 0.27.5The text was updated successfully, but these errors were encountered: