Label pane scroll not reset on label type switch

Issue #318 resolved
Robert Leach created an issue

USE CASE: WHAT DO YOU WANT TO DO?

Switch from long COMPLEX labels to short GID labels

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

  1. Open small_133x133.cdt
  2. Select View->Labels...
  3. Select COMPLEX label type for both rows and columns (and perhaps left & bottom aligned) & click OK
  4. Scroll the row labels all the way to the right
  5. Select View->Labels...
  6. Select GID & AID label type for rows and columns & click OK

CURRENT BEHAVIOR

Row label area appears empty. You can work around this by dragging the split pane divider which forces a reset

EXPECTED BEHAVIOR

Labels appear normally

DEVELOPERS ONLY SECTION

SUGGESTED CHANGE (Pseudocode optional)

There's a reset that needs to happen somewhere based on the new max label length.

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

LabelView

LEVEL OF EFFORT - developers only

medium

COMMENTS

I discovered this when I had had large_6kx6k.txt open and then opened small_133x133.cdt.

labelpanescroll_not_reset_on_label_switch.png

Comments (8)

  1. Robert Leach reporter
    • removed responsible

    With us having more developers now, I decided to not have this issue claimed until I have time to get to it.

  2. Log in to comment