Panel sizes jumpy when data includes long values

Issue #486 new
Robert Leach created an issue

USE CASE: WHAT DO YOU WANT TO DO?

Not experience unexpected shifting panel sizes while using the tool.

STEPS TO REPRODUCE AN ISSUE (OR TRIGGER A NEW FEATURE)

  1. Open https://bitbucket.org/TreeView3Dev/treeview3/downloads/test_14000x7.csv
  2. Resize the app window as narrow as it will go
  3. Hover over row "8685", column "Sample4"
  4. Hover over any gray tile

CURRENT BEHAVIOR

The panel sizes jumpy around because the values displayed in the ticker soft-wrap, increasing the height of the ticker panel and squeezing the height of the panels above it. See this screen recording for an example:

https://bitbucket.org/TreeView3Dev/treeview3/downloads/jumpy-panels-when-values-long-in-ticker.mov

EXPECTED BEHAVIOR

Long values should not change the height of the ticker panel.

DEVELOPERS ONLY SECTION

SUGGESTED CHANGE (Pseudocode optional)

Either fix the height of the ticker panel, display a shortened version of the data (but don't change the underlying data) by either rounding or truncating, increase the width of the ticker panel (without affecting position of other nav bar elements), or some combination of these ideas - or come up with a better idea.

FILES AFFECTED (where the changes will be implemented) - developers only

unknown

LEVEL OF EFFORT - developers only

minor

COMMENTS

Marking as major because it has a deleterious affect on user confidence.

Comments (1)

  1. Log in to comment