NOTICE! This is a static HTML version of a legacy ImageJ Trac ticket.

The ImageJ project now uses GitHub Issues for issue tracking.

Please file all new issues there.

Ticket #793 (closed defect: fixed)

Opened 2011-09-25T22:54:32-05:00

Last modified 2011-11-23T09:39:42-06:00

Make scroll wheel behavior consistent with IJ1

Reported by: curtis Owned by: gharris
Priority: minor Milestone: imagej2-b1-initial
Component: Display API Version:
Severity: minor Keywords:
Cc: Blocked By:
Blocking:

Description

Using the mouse scroll wheel on an open image display performs different actions in IJ1 than it does in IJ2. (And in IJ2, the behavior depends on which tool is selected.) For consistency, the scroll wheel logic should be updated to behave the same in IJ2 as it does in IJ1:

  • Stepping through C, if multiple channels.
  • Stepping through Z when control held, if multiple focal planes.
  • Stepping through T when alt held, if multiple time points.
  • For single channel data, panning the display up and down when zoomed in.

The current behavior of zooming the image in and out is probably more intuitive for new users, so eventually we can make it an option, depending on if "legacy display mode" or similar is set.

Change History

comment:1 Changed 2011-09-28T15:22:22-05:00 by curtis

See also #577.

comment:2 Changed 2011-11-07T10:56:23-06:00 by curtis

  • Owner changed from dscho to gharris
  • Status changed from new to assigned

comment:3 Changed 2011-11-23T09:39:21-06:00 by gharris

Fixed in [4471]

comment:4 Changed 2011-11-23T09:39:42-06:00 by gharris

  • Status changed from assigned to closed
  • Resolution set to fixed