Sub-tree average disappears upon no mouse movement

Issue #569 new
Robert Leach created an issue

USE CASE: WHAT DO YOU WANT TO DO?

Observe a subtree data average.

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

  1. Open any clustered data file
  2. Hover over a subtree & keep the mouse motionless

CURRENT BEHAVIOR

Subtree average initially appears, but is replaced by the overall data average within a second of motionlessness. Moving the mouse again slightly returns the subtree average to the data ticker.

This also occurs the first time the mouse stops moving over the label pane. Subsequent motion followed by motionlessness however keeps the column average on in the data ticker.

EXPECTED BEHAVIOR

When the mouse is motionless over the trees or labels, the subtree or column average (respectively) should remain in the data ticker.

DEVELOPERS ONLY SECTION

SUGGESTED CHANGE (Pseudocode optional)

This is probably done in a timer somewhere. Find it and do not allow it to change to the data average when the cursor is over a tree or label pane.

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