Last label cut off when zoomed and in label port mode

Issue #288 closed
Robert Leach created an issue

USE CASE: WHAT DO YOU WANT TO DO?

Read labels associated with data on the bottom or right sides.

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

  1. Open the large_6kx6k.txt test data file.
  2. Zoom in a little bit, so that you're still in label port mode (i.e. the labels are blue)
  3. Hover the cursor over the very bottom right corner of the IMV.

CURRENT BEHAVIOR

The bottom/right side labels are drawn off the edge of the viewport.

EXPECTED BEHAVIOR

Should behave the same way it does when fully zoomed out - the bottom/right side labels should shift to be in full view, and every other label should offset by that amount as well, the same way the top/left side labels do.

DEVELOPERS ONLY SECTION

SUGGESTED CHANGE (Pseudocode optional)

Should check the label position relative to the viewport instead of to the offscreen pane dimension.

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

LabelView.java

LEVEL OF EFFORT - developers only

minor

COMMENTS

Comments (5)

  1. Log in to comment