Skip to content

Grid rows not shown #7307

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
hons82 opened this issue Apr 10, 2025 · 0 comments · May be fixed by vaadin/web-components#9142
Open

Grid rows not shown #7307

hons82 opened this issue Apr 10, 2025 · 0 comments · May be fixed by vaadin/web-components#9142
Assignees

Comments

@hons82
Copy link

hons82 commented Apr 10, 2025

Description of the bug

In our application we have dialogs with some components in the upper section and a grid at the bottom. The grid in most cases is configured to resize/extend when the dialog gets resized. In most cases this works but if the user moves to the bottom of the grid (by clicking a button in the dialog that issues a scrollToEnd) before extending the grid, then the rows are not rendered correctly. They are there because a certain amount of scrolling shows them, but it looks ugly.

Image

Expected behavior

The grid should load those rows ideally immediatly while resizing or at least when the mouse is released

Minimal reproducible example

In the commit message of My Playground there are the Steps to reproduce it there.

  • Open dialog and move it to the top of the screen (not resize it yet)
  • Click on the "ScrollToBottom" to reach the end of the table
  • Now grab the bottom edge of the dialog and strech it as far as you can
  • Now you have a lot of empty rows in the table

Versions

  • Vaadin / Flow version: 24.7.1
  • Java version: 21
  • OS version: Windows 11
  • Browser version: Chrome 135
  • IDE: Intelij Community
@mcollovati mcollovati transferred this issue from vaadin/flow Apr 10, 2025
@ugur-vaadin ugur-vaadin self-assigned this May 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants