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
Describe the bug
When adding a task, if you open the date picker (calendar popover) to select a due date and then close it by clicking outside, the entire page becomes unresponsive. Clicks on any element (buttons, inputs, etc.) no longer work, effectively "freezing" the UI until the page is refreshed.
To Reproduce
Steps to reproduce the behavior:
Go to http://localhost:5173/home
Click "Add Task" button to open the Add Task dialog
Click on the "Due" date picker button to open the calendar popover
Click anywhere outside to close it
Try to click on any element.
See that no clicks are registering, page becomes unresponsive
Expected behavior
When the date picker calendar is closed by clicking outside, the page should remain fully interactive. All buttons, inputs, and other elements should continue to respond to clicks normally.
Video
Screen.Recording.2025-12-15.at.12.57.50.AM.mov
Desktop (please complete the following information):
Describe the bug
When adding a task, if you open the date picker (calendar popover) to select a due date and then close it by clicking outside, the entire page becomes unresponsive. Clicks on any element (buttons, inputs, etc.) no longer work, effectively "freezing" the UI until the page is refreshed.
To Reproduce
Steps to reproduce the behavior:
http://localhost:5173/homeExpected behavior
When the date picker calendar is closed by clicking outside, the page should remain fully interactive. All buttons, inputs, and other elements should continue to respond to clicks normally.
Video
Screen.Recording.2025-12-15.at.12.57.50.AM.mov
Desktop (please complete the following information):
OS: macOS
Browser: Chrome
Version: Latest
I want to work on this issue.