GNOME Bugzilla – Bug 340955
Weird resizing due to progressbar show/hide
Last modified: 2006-05-19 17:25:58 UTC
Scrolling the mouse wheel in the collection view (the thumbnails) causes the next/previous images to be shown (with a weird resizing effect btw) instead of scrolling in the thumbnail area. This makes navigating a directory with more than 10 images totally unusable.
Ah, the weird resizing effect is caused by the statusbar showing a progress bar when loading an image. The progress bar doesn't fit in the status bar, so the statusbar increases height. This causes the collection window to shift up a bit, which in turn causes the image widget to redraw in a slightly smaller area.
Created attachment 64974 [details] [review] Proposed fix This patch makes sure the progress bar is always shown. This fixes the weird resizing effects. Showing/hiding widgets when there's no good reason for it (what's the problem with showing an empty progress bar?) is bad practica anyway.
Changing the summary. See bug #331645 for the mouse wheel scrolling issue.
Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find. *** This bug has been marked as a duplicate of 327424 ***