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

Opened 2011-04-29T11:23:36-05:00

Last modified 2011-09-30T10:52:08-05:00

Big multidimensional images can display with sliders off the screen

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

Description

Grant reported that big images that get scaled to fit on screen can have their sliders off the screen if there are many of them.

Initial scale calculations should be passed info on max allowed dimensions that have already taken possible slider sizes into account.

Change History

comment:1 Changed 2011-04-29T13:35:12-05:00 by bdezonia

  • Summary changed from Big multidimensional images can display with sloders off the screen to Big multidimensional images can display with sliders off the screen

comment:2 Changed 2011-09-21T14:40:43-05:00 by bdezonia

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

Grant, I think you're working in this area now.

comment:3 Changed 2011-09-21T14:52:55-05:00 by gharris

Is there a large, multidimensional image that I can use to test this?

comment:4 Changed 2011-09-21T15:09:59-05:00 by bdezonia

Curtis has a bunch of test data for BioFormats.

comment:5 Changed 2011-09-30T09:20:49-05:00 by gharris

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

This is now working (with limited testing thus far) Images are scaled such that the window containing the image canvas and dimensional sliders fits on the screen.

comment:6 Changed 2011-09-30T10:52:08-05:00 by curtis

Which commit(s) fixed this bug?