Skip to content
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

Frozen columns - overlap on hover #3554

Closed
poison4o opened this issue Aug 3, 2022 · 4 comments
Closed

Frozen columns - overlap on hover #3554

poison4o opened this issue Aug 3, 2022 · 4 comments
Labels
waiting for author Further information is requested

Comments

@poison4o
Copy link

poison4o commented Aug 3, 2022

Description of the bug

If you have a frozen column(s), and you have some other column(s) under the frozen, on hover the row, the value of the back column(s) overlap the value of the frozen column(s). This is also tested with the latest version of vaadin 14.8.14

Expected behavior

The value of the column(s) that is under the frozen column(s) shouldn`t be visible

Minimal reproducible example

When you have a frozen column, and you want to scroll(horizontal scroll), the other columns will go under the frozen column(s), which is fine but when you just hover the row, you will see that the value that is under frozen column(s) is showing.
You can check the https://postimg.cc/GHYK5SrK

Versions

  • Vaadin / Flow version: 14.8.6
  • Java version: 11
  • OS version: windows 11
  • Browser version (if applicable): Brave v1.41.100
  • Application Server (if applicable): spring-boot-starter-parent 2.6.6
  • IDE (if applicable): Intellij 2022.1.2 (Community Edition)
@caalador caalador transferred this issue from vaadin/flow Aug 5, 2022
@sissbruecker
Copy link
Contributor

sissbruecker commented Aug 8, 2022

This is not reproducable with the example from the documentation at least: https://vaadin.com/docs/v14/ds/components/grid/#columns. Can you please provide a minimal reproducable code example to test this?

Also note that the latest version for Vaadin 14 is 14.8.14.

A related issue for editable cells in GridPro was fixed recently: vaadin/web-components#3753, however the fix was not ported to 14. The provided example should clarify if the issue is about Grid or GridPro.

@sissbruecker sissbruecker added the waiting for author Further information is requested label Aug 8, 2022
@poison4o
Copy link
Author

poison4o commented Aug 9, 2022

2022-08-09.at.16-19-58.mp4

You can see the uploaded video, so currently i`m using 14.8.6, but i have mentioned 14.8.14 because i switched to it just to check whether i`ll have the same behavior, and i have it. So i`m using Grid. The cells are not editable.

@sissbruecker
Copy link
Contributor

sissbruecker commented Aug 9, 2022

@poison4o Please provide a code example that reproduces the issue, from the video it's not clear what you are doing that could cause the issue. As I mentioned above, for a simple case like the one demonstrated in the docs, the issue does not occur, so there must be something specific to how you setup the grid.

@poison4o
Copy link
Author

poison4o commented Aug 9, 2022

So the problem is on my side, i found out, that there is a custom css which is causing the problem, so the issue is fixed

@poison4o poison4o closed this as completed Aug 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
waiting for author Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants