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
Browser: Chrome (oficial-latest) Operating System: Windows 11
Current Behavior
In week view of Toast UI Calendar, when more than 3 tasks are scheduled on a given day, a hidden task button (e.g., "+2") is displayed. When this button is clicked, the row collapses as expected. However, when navigating between weeks using the move method, the collapsed task row does not adjust its height correctly. The row remains collapsed, but the height stays the same, leading to layout issues where extra empty space remains, or events may get hidden even when the row is collapsed.
Steps to reproduce:
Create a Vue 2 application and install toast-ui calendar.
Load the provided code example with predefined events.
Use the "Prev" button and notice that the task row remains collapsed, but the height does not adjust, leaving extra empty space in the layout.
Click the "Today" button to return to the current week.
Use the "Next" button and notice that "Event 9" is not displayed because the height does not adjust correctly.
When navigating between weeks, the task row height should adjust properly based on its collapsed or expanded state. If the row is collapsed, the height should shrink accordingly, and if the row is expanded, it should display all tasks correctly without leaving unnecessary space
The text was updated successfully, but these errors were encountered:
Version
@toast-ui/calendar: ^2.1.3
@toast-ui/vue-calendar: ^2.1.3
Test Environment
Browser: Chrome (oficial-latest)
Operating System: Windows 11
Current Behavior
In week view of Toast UI Calendar, when more than 3 tasks are scheduled on a given day, a hidden task button (e.g., "+2") is displayed. When this button is clicked, the row collapses as expected. However, when navigating between weeks using the
move
method, the collapsed task row does not adjust its height correctly. The row remains collapsed, but the height stays the same, leading to layout issues where extra empty space remains, or events may get hidden even when the row is collapsed.Steps to reproduce:
Sample Code:
Expected Behavior
When navigating between weeks, the task row height should adjust properly based on its collapsed or expanded state. If the row is collapsed, the height should shrink accordingly, and if the row is expanded, it should display all tasks correctly without leaving unnecessary space
The text was updated successfully, but these errors were encountered: