vaadin / flow-components

Java counterpart of Vaadin Web Components
101 stars 66 forks source link

Editor set to overlay position displays two scrollbars #1153

Closed tarekoraby closed 2 years ago

tarekoraby commented 4 years ago

When CRUD editor's position is set to overlay, an editor with many components will display two scrollbars on a number of Windows browsers (namely, on chrome, Edge, and Firedox, but not on IE 11).

crud_double_scrollbars

The issue can be reproduced on Vaadin version 14.1.19 using the following repo. crud-2-scrollbars-error-demo.zip

web-padawan commented 2 years ago

I could not reproduce this with the latest web component, see screenshots attached (click to open).

Vaadin 23 ![Screenshot 2022-02-07 at 16 22 22](https://user-images.githubusercontent.com/10589913/152806679-8a0fc4dd-0397-4063-8674-33be1432b363.png)
Vaadin 14.8 ![Screenshot 2022-02-07 at 16 26 08](https://user-images.githubusercontent.com/10589913/152806719-a52876b9-bb58-4f66-88e8-097d5de1b91e.png)

Closing as the issue was apparently fixed (maybe when adding resizing support to vaadin-dialog).