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

Color column does not show colors properly if header row is enabled #34

Open
girgink opened this issue Aug 28, 2021 · 0 comments
Open
Labels
bug Something isn't working

Comments

@girgink
Copy link

girgink commented Aug 28, 2021

Description

If the type of a column is selected as color and "First row as header" option is enabled, color values are displayed not with their corresponding colors, but with the color in the first non-header row. If header row is disabled they are displayed properly.

Valid colors without header row:
color-column-valid

Invalid colors with header row:
color-column-invalid

Reproduce

  1. Create a CSV file.
  2. Add a column with color type.
  3. Add a header row and several other rows with different colors.
  4. Toggle header row on and off

Expected behavior

Enabling or disabling header row should not affect the display of the colors.

Context

  • Operating System and version: Ubuntu 20.04
  • Browser and version: Firefox 91.0.2
  • JupyterLab version: 3.1.9
@girgink girgink added the bug Something isn't working label Aug 28, 2021
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

1 participant