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

Scrolling and other bugs when table is narrower width than column header #1284

Open
mofojed opened this issue May 10, 2023 · 1 comment
Open
Assignees
Labels
bug Something isn't working
Milestone

Comments

@mofojed
Copy link
Member

mofojed commented May 10, 2023

Description
Related to #1276

When creating a column with a very long name, and the column width is larger than the table viewport, weird behaviour occurs.

Steps to reproduce

  1. Run the following code:
from deephaven import new_table
from deephaven.column import string_col, int_col

result = new_table([
    int_col("I1", [1, 2, 3]),
    int_col("I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I2I23", [4, 5, 6]),
])
2. Scroll the table horizontally
3. Drag column headers to re-order them

Expected results
2. Scrolling should work
3. Should be able to re-arrange columns

Actual results
2. Scrolling gets wonky
3. Re-arranging columns is wonky

Additional details and attachments

Screenshot 2023-05-08 at 3 01 58 PM

Versions

Engine Version: 0.24.0
Web UI Version: 0.34.0
Java Version: 11.0.17
Barrage Version: 0.5.0

@mofojed mofojed added bug Something isn't working triage Issue requires triage labels May 10, 2023
@vbabich vbabich added this to the Backlog milestone May 10, 2023
@vbabich vbabich removed the triage Issue requires triage label May 10, 2023
@ethanalvizo ethanalvizo self-assigned this Oct 17, 2023
@ethanalvizo
Copy link
Contributor

make the viewport really small and then try re-arranging

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants