When scrolling the screen, the position of the Dynamic Filter calendar display is misaligned. #3610
Open
5 of 11 tasks
Labels
Bug
Something isn't working
Describe the bug
When using a vertically scrollable screen (e.g., one with tall cards or sections), the calendar input from flatpickr appears misaligned when the user scrolls to the lower part of the page and interacts with the input form. This behavior is demonstrated in the attached video recording.
Reproduction repository for the bug
none
Steps to use in the reproduction repository
Steps to reproduce the behavior:
Expected behavior & Actual behavior
Expected behavior: The calendar dropdown should appear directly below the input field, regardless of scroll position.
Actual behavior: The calendar dropdown is misaligned, possibly due to incorrect positioning calculations when the input field is scrolled into view.
System configuration
Avo version: 3.16.2
Rails version: 8.0.1
Ruby version: 3.4.1
License type:
Are you using Avo monkey patches, overriding views or view components?
Im currently exploring solutions. While we considered using appendTo in picker_options to avoid the issue, it seems that picker_options is not yet supported. Therefore, we are looking into alternative approaches.
#3182
Screenshots or screen recordings
date_filter.mov
Additional context
Impact
Urgency
The text was updated successfully, but these errors were encountered: