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
Hello mattlewis92,
Frist of all thank you for the angular-calendar library which is awesome work that you have done!
Describe the bug
After extensively using the Angular Calendar library, I encountered an issue that I believe might be a bug. However, it could also be an intended feature, and I couldn't find a definitive answer in the available examples or documentation.
To investigate further, I created an isolated project using the Angular Calendar library to reproduce the issue I faced in my main project.
Background:
The user can click on any segment to create an event.
Events can be resized
The calendar is set with specific hour limits ([dayStartHour]="9" [dayEndHour]="16").
Issue:
When a user resizes an event to the end limit of the day, the mwlResizeHandle disappears. This behavior makes it impossible to resize the event back to a shorter duration (e.g., reducing from 6 hours to 4 hours) by dragging from bottom to top, as the resize handle is no longer visible.
Supporting Information:
I have prepared two screenshots to illustrate the issue.
The code (TS and HTML files) used to reproduce this behavior is attached for your reference.
Please let me know if this is indeed a bug or expected behavior, and if there’s a workaround. Thank you for your time and assistance!
Minimal reproduction of the problem with instructions
ts file
Hello mattlewis92,
Frist of all thank you for the angular-calendar library which is awesome work that you have done!
Describe the bug
After extensively using the Angular Calendar library, I encountered an issue that I believe might be a bug. However, it could also be an intended feature, and I couldn't find a definitive answer in the available examples or documentation.
To investigate further, I created an isolated project using the Angular Calendar library to reproduce the issue I faced in my main project.
Background:
Issue:
When a user resizes an event to the end limit of the day, the
mwlResizeHandle
disappears. This behavior makes it impossible to resize the event back to a shorter duration (e.g., reducing from 6 hours to 4 hours) by dragging from bottom to top, as the resize handle is no longer visible.Supporting Information:
Please let me know if this is indeed a bug or expected behavior, and if there’s a workaround. Thank you for your time and assistance!
Minimal reproduction of the problem with instructions
ts file
HTML file
Screenshots
Versions
Chrome 131.0.6778.86 (Official Build) (64-bit)
The text was updated successfully, but these errors were encountered: