Command-double-click inside a selection not zooming to selection

Issue #312 closed
Robert Leach created an issue

USE CASE: WHAT DO YOU WANT TO DO?

Double-click inside a simple selection to zoom to selection.

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

  1. Select a single area by click & drag
  2. Double-click somewhere inside the selected area

CURRENT BEHAVIOR

Zooms to the individual tile clicked

EXPECTED BEHAVIOR

Zooms to selection

DEVELOPERS ONLY SECTION

SUGGESTED CHANGE (Pseudocode optional)

Unknown

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

InteractiveMatrixView (currently)

LEVEL OF EFFORT - developers only

minor

COMMENTS

This used to work. I'm not sure why it stopped working. Double-clicking between selected areas appears to still work. Double-option-command-click appears to work correctly as well.

Comments (7)

  1. Robert Leach reporter

    Just to record our convo via PM... This is on master. I introduced the bug when I addressed a readability issue to change 2 empty for loops to add a conditional and a break. This bug exists in the double-click code which you had merged into your layout branch.

  2. Log in to comment