deephaven / web-client-ui

Deephaven Web Client UI
Apache License 2.0
29 stars 31 forks source link

non-contiguous row selection results in less transparent selection bg color #1619

Closed dsmmcken closed 1 year ago

dsmmcken commented 1 year ago

Selecting every other row in a table via (ctrl/cmd) results in the selection bg color getting less and less transparent. I am going to guess we are re-drawing the same selection over and over incorrectly.

Steps to reproduce:

  1. make a table, select every other row by holding ctrl/cmd as you click.

Result:

image

Expected Result (just the bg color, can't make the same selection):

image

dsmmcken commented 1 year ago

Would be a good e2e screenshot candidate

dsmmcken commented 1 year ago

Duplicate of purged enterprise ticket: https://deephaven.atlassian.net/browse/DH-9637