We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
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 [email protected]: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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
VaadinBugVideo.mov
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 [email protected]: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
The text was updated successfully, but these errors were encountered: