Ticket #1113 (new defect)
Opened 2012-04-13T12:33:51-05:00
Last modified 2013-06-07T15:57:07-05:00
Sometimes scroll bars appear unnecessarily
Reported by: | bdezonia | Owned by: | curtis |
---|---|---|---|
Priority: | major | Milestone: | imagej2-b8-analysis |
Component: | UI Framework | Version: | |
Severity: | serious | Keywords: | |
Cc: | G.Landini@… | Blocked By: | |
Blocking: | #1358 |
Description
In the imagej devel mailing list Gabriel Landini reported:
For some reason when one changes the Look and Feel, new images are created with scroll bars, but still showing the full size minus a couple of pixels. Shouldn't this just show the image without unnecessarily reducing the window and avoid the scroll bars until the view window does not match the image size?
I seem to be able to do this manually by enlarging the window size. Maybe the metrics of the different look and feel schemas need rescaling or something like that?
Change History
comment:1 Changed 2012-04-13T12:34:14-05:00 by bdezonia
comment:3 Changed 2012-07-12T10:39:20-05:00 by curtis
- Blocking 1325 added; 1242 removed
- Milestone changed from imagej-2.0.0-beta3 to imagej-2.0.0-beta4
This is "mostly" working as of the fix-zoom branch merger. However, there is a remaining bug in that the first time you zoom in, the window packs incorrectly and scroll bars appear. This ticket will remain open until that problem is fixed.
comment:4 Changed 2012-09-06T14:07:01-05:00 by curtis
- Blocking 1358 added; 1325 removed
- Milestone changed from imagej-2.0.0-beta4 to imagej-2.0.0-beta5
comment:5 Changed 2013-06-07T15:57:07-05:00 by curtis
- Milestone changed from imagej2-b7-ndim-data to imagej2-b8-analysis
I believe Lee Kamentsky is looking at a fix for this.