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: |
|
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.
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.