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

RowHeader with incorrect height #361

Open
jsonn opened this issue Sep 16, 2015 · 1 comment
Open

RowHeader with incorrect height #361

jsonn opened this issue Sep 16, 2015 · 1 comment

Comments

@jsonn
Copy link
Contributor

jsonn commented Sep 16, 2015

With recent Firefox versions, I am observing a messed up grid when using RowHeader. Easiest way to reproduce it is to go the Grid Playground, add the RowHeader module and run. Now change the font size with +<+> or +<-> and observe that the height of the RowHeader column will slightly deviate from the height of the data rows. I am often running into this without such manual resizing.

Root of the problem seems to be that the height of the data rows is not an integer, but e.g. 1/6px larger, but the DOM query gives it rounded down.

screenshot from 2015-09-16 22 14 04

@jsonn
Copy link
Contributor Author

jsonn commented Nov 26, 2015

This is fixed by #365

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant