Option-clicks of labels when nothing is selected should not select anything

Issue #326 resolved
Robert Leach created an issue

USE CASE: WHAT DO YOU WANT TO DO?

I want, as a user, to experiment with the modifier keys to understand what they do, so consistency of behavior should be solid.

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

  1. Deselect everything (if anything is selected)
  2. Option-click or option-click-drag a column label

CURRENT BEHAVIOR

A selection is made

EXPECTED BEHAVIOR

No selection occurs

DEVELOPERS ONLY SECTION

SUGGESTED CHANGE (Pseudocode optional)

The logic for click behavior in LabelView should catch the option modifier before determining of nothing is selected.

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

LabelView

LEVEL OF EFFORT - developers only

minor

COMMENTS

Comments (4)

  1. Log in to comment