Closed stefanuebe closed 2 years ago
This "double vertical scrollbar" issue occurs only when using the OVERLAY
(default) crud editor position, one scrollbar relates to the form
slot and the other to the footer
slot.
Both on ASIDE
and BOTTOM
positions the component only show the scrollbar for the form
slot, as expected.
This is particular problematic for the following scenarios:
1366x768px
resolution (one of the most used on laptops), already shows an unwanted scrollbar;77px
to 103.65px
, which reduces the number of fields needed to trigger the issue.Tested with Vaadin 14.8, 22 and 23 and I can't reproduce this with the code provided - only one scroll bar is shown:
Closing this for now. Please submit a new issue with code example to reproduce if you still face this problem.
Not sure why that happens, but having a vertical layout with multiple text fields leads to an "inner" scroll bars to scroll the edit area (expected) and also to an "outer" scroll bar, that scrolls the dialog area including the toolbar (not expected) - see screenshot 1.
When the dialog is in "fullscreen mode" due to a small window, it is displayed correctly (screenshot 2).
Example issue code (Java)
Screenshots
Screenshot 1
Screenshot 2