Column highlight remains when control key not held

Issue #551 new
Robert Leach created an issue

USE CASE: WHAT DO YOU WANT TO DO?

See a column highlight only when the control key modifier is held

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

  1. Hover over the interactive matrix
  2. Depress the control key
  3. Hover off TreeView window 4.Click another app to bring it into focus
  4. Release control key
  5. Hover back over the matrix

CURRENT BEHAVIOR

Step 5 results in the column highlight reappearing.

EXPECTED BEHAVIOR

The column highlight should only show while the control key is held.

DEVELOPERS ONLY SECTION

SUGGESTED CHANGE (Pseudocode optional)

The release of the control key is not captured because another app has focus when it happens. You can either trigger turning off the highlight upon loss of app focus or check the state of the modifier on mouseEntered (or mouseMoved?) and turn off the highlight if the control key is not down.

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

unknown

LEVEL OF EFFORT - developers only

minor

COMMENTS

Comments (0)

  1. Log in to comment