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

long column names are pushing the ColumnNullPercent component out of view to the right #4301

Closed
softwarenerd opened this issue Aug 8, 2024 · 1 comment
Assignees
Labels
area: data explorer Issues related to Data Explorer category. area: ui Issues related to UI category.

Comments

@softwarenerd
Copy link
Contributor

softwarenerd commented Aug 8, 2024

System details:

image

Positron and OS details:

Positron Dev Version: 2024.08.0 build 0
Code - OSS Version: 1.91.0
Commit: Unknown
Date: Unknown
Electron: 29.4.0
Chromium: 122.0.6261.156
Node.js: 20.9.0
V8: 12.2.281.27-electron.0
OS: Darwin arm64 23.5.0

Interpreter details:

Python 3.11.9.

Describe the issue:

In Data Explorer, in the table summary panel, long column names are pushing the ColumnNullPercent component out of view to the right.

Steps to reproduce the issue:

  1. Make sure you have the qa-example-content repo cloned locally.
  2. Run import pandas as pd
  3. Run pandas100x100 = pd.read_parquet('your-repo-path/qa-example-content/data-files/100x100/100x100.parquet')
  4. Notice that the table summary panel is painting thusly:
image

Expected or desired behavior:

I expected the column names to be truncated with an ellipse and that the ColumnNullPercent component would not get pushed out of view to the right.

Were there any error messages in the UI, Output panel, or Developer Tools console?

No

@softwarenerd softwarenerd changed the title long column names are pushing the ColumnNullPercent out of view to the right long column names are pushing the ColumnNullPercent component out of view to the right Aug 8, 2024
@softwarenerd softwarenerd self-assigned this Aug 8, 2024
@softwarenerd softwarenerd added area: data explorer Issues related to Data Explorer category. area: ui Issues related to UI category. labels Aug 8, 2024
@softwarenerd softwarenerd added this to the 2024.09.0 Pre-Release milestone Aug 8, 2024
@testlabauto
Copy link
Contributor

Verified Fixed

Positron Version(s) : 2024.08.0-41
OS Version          : OSX

Test scenario(s)

Verified according to original filing instructions.

Link(s) to TestRail test cases run or created:
N/A

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 30, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area: data explorer Issues related to Data Explorer category. area: ui Issues related to UI category.
Projects
None yet
Development

No branches or pull requests

2 participants