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

Fix ghost column when no sticky columns #20

Merged
merged 1 commit into from
Jan 29, 2025

Conversation

EpixScripts
Copy link
Contributor

When no sticky columns are present, an extra "ghost" column appears because of a fault in the code that determines which columns to render for the bottom left portion of SplitScroll. When the bottom left portion has zero width, it claims it should render columns 0..1, while the correct result is 0..0.
I applied the same fix for sticky rows.

See faulty behavior in video:

chrome_NCsL1EAUCK.mp4

@emilk emilk added bug Something isn't working include in changelog labels Jan 29, 2025
@emilk
Copy link
Member

emilk commented Jan 29, 2025

Thanks!

@emilk emilk merged commit 51e2287 into rerun-io:main Jan 29, 2025
8 of 9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working include in changelog
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants