Open archiecobbs opened 1 day ago
After loading and displaying a new Grid, the column headers are not aligned with the columns themselves.
Grid
If you then grab one of the separators between the column headers and slide it left or right, the headers "snap" into their correct alignments.
Here's a video showing the problem:
https://github.com/user-attachments/assets/230c1121-af7c-47c8-a382-9d8dd13e0e9e
The column headers should always be aligned with the columns themselves.
Please download and run this reproducer: https://github.com/archiecobbs/vaadin-grid-load-fail-issue/tree/column-alignment-issue
Note you have to checkout the column-alignment-issue branch.
git clone git@github.com:archiecobbs/vaadin-grid-load-fail-issue.git
git checkout column-alignment-issue
tomcat@10
brew
mvn clean package
./run.sh
Vaadin version(s): 24.5.5 OS: MacOS 15.1.1
Chrome
Description
After loading and displaying a new
Grid
, the column headers are not aligned with the columns themselves.If you then grab one of the separators between the column headers and slide it left or right, the headers "snap" into their correct alignments.
Here's a video showing the problem:
https://github.com/user-attachments/assets/230c1121-af7c-47c8-a382-9d8dd13e0e9e
Expected outcome
The column headers should always be aligned with the columns themselves.
Minimal reproducible example
Please download and run this reproducer: https://github.com/archiecobbs/vaadin-grid-load-fail-issue/tree/column-alignment-issue
Note you have to checkout the column-alignment-issue branch.
Steps to reproduce
git clone git@github.com:archiecobbs/vaadin-grid-load-fail-issue.git
git checkout column-alignment-issue
tomcat@10
installed viabrew
mvn clean package
./run.sh
Environment
Vaadin version(s): 24.5.5 OS: MacOS 15.1.1
Browsers
Chrome