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 #1221 (closed defect: worksforme)

Opened 2012-06-15T11:55:20-05:00

Last modified 2012-07-02T14:37:53-05:00

Sliders can be created incorrectly

Reported by: bdezonia Owned by: bdezonia
Priority: major Milestone: imagej2-b3-headless
Component: Core Version:
Severity: serious Keywords:
Cc: Blocked By:
Blocking: #1242

Description

Sometimes sliders are created incorrectly. This bug is intermittent and I don't yet have a handle on how to duplicate.

It can happen by simply opening an image. Organ Of Corti infrequently shows up with no sliders.

It can happen when renaming an axis. Again Organ Of Corti. Open it and then run Assign Axes. Change Z to some other value like Spectra. Sometimes the old Z slider does not go away and you can see that something was drawn above the sliders but below the image. Other times the Z axis does not go away but no weird artifacts are drawn. Again, from research into a different bug, one can drag the window corner and the correct Spectra slider shows up with Z going away. The call to sliders.invalidate() in SwingDIsplayPanel::redoLayout() may be papering over some other issue.

Change History

comment:1 Changed 2012-06-18T14:55:02-05:00 by bdezonia

Note that some attempt was made to address these issues by fix for #1219. Those changes might need to be backed out in the fixing of this bug.

comment:2 Changed 2012-06-25T12:36:05-05:00 by curtis

  • Blocking 1242 added

comment:3 Changed 2012-07-02T14:37:53-05:00 by bdezonia

  • Status changed from new to closed
  • Resolution set to worksforme

Can't duplicate as of 7-2-12