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 #395 (closed defect: fixed)

Opened 2011-03-24T10:59:17-05:00

Last modified 2011-03-25T11:29:34-05:00

Sometimes sliders throw exceptions

Reported by: bdezonia Owned by: bdezonia
Priority: major Milestone: imagej-2.0-alpha1
Component: UI Framework Version:
Severity: serious Keywords:
Cc: Blocked By:
Blocking:

Description

Moving sliders of images can result in out of bounds exceptions. Open any of these sample images (Confocal Series - Z slider, Mitosis - Z & T sliders, Organ of Corti - Z slider) and manipulate the sliders to recreate the issues. It appears any image of dimensions > 3 cause the issue.

Change History

comment:1 Changed 2011-03-25T10:50:47-05:00 by bdezonia

  • Owner changed from curtis to bdezonia
  • Status changed from new to assigned

comment:2 Changed 2011-03-25T10:50:51-05:00 by bdezonia

  • Status changed from assigned to accepted

comment:3 Changed 2011-03-25T11:29:34-05:00 by bdezonia

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

fix applied. plane numbers were getting calculated relative to all dimensions (including X & Y) when they should not have been.