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

Bg override for columns does not properly fill off-screen blank cells #998

Open
mir4a opened this issue Sep 23, 2024 · 0 comments
Open

Bg override for columns does not properly fill off-screen blank cells #998

mir4a opened this issue Sep 23, 2024 · 0 comments

Comments

@mir4a
Copy link

mir4a commented Sep 23, 2024

Steps to reproduce:

  1. Set the table height to 100%.
  2. Ensure the number of rows is fewer than the available height (so no vertical scroll is rendered).
  3. Override bgCell for the columns (see this commit for the reference)
  4. Ensure there is a horizontal scrollbar.
  5. Scroll left-right

Screenshots:

  1. The first render is correct. You can see that the cells in the blank rows are painted with the custom color as expected:
Screenshot 2024-09-23 at 18 06 48 2. However, after scrolling left and right, the off-screen area has a painting issue: Screenshot 2024-09-23 at 18 07 04 Screenshot 2024-09-23 at 18 07 14
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