GNOME Bugzilla – Bug 766864
Scrollbar disabled on first entry into event
Last modified: 2017-01-04 10:51:37 UTC
Created attachment 328504 [details] step 1 - no scroll bar, photos off the screen not accessible I see the following misbehavior (in parenthesis the respective screen shot) * enter into an event with many photos * background is white, no scrollbar is shown, access to photos off the first screen is not given (bug-step1.png) * double click one of the photos to view it (bug-step2.png) * press Esc to return to the event photo list - background is black, scrollbar is available, all photos are accessible. (bug-step3.png) That is 100% reproducible. I am running currently shotwell from git HEAD (commmit 3ee6c32d4) All the best Norbert
Created attachment 328505 [details] step 2 - viewing one of the photos of the event
Created attachment 328506 [details] step 3 - return to event - scrollbar appears, background changes
Yeah, I've seen that as well
Changing the window size "fixes" this as well
Another observation: On Event pages with just one photo the color stays white unless I resize the main window to be smaller than the size of the GtkDrawingArea (and then the scrollbar appears)
Created attachment 328533 [details] [review] Fix background color drawing Signed-off-by: Jens Georg <mail@jensge.org>
Comment on attachment 328533 [details] [review] Fix background color drawing Attachment 328533 [details] pushed as 7361b3f - Fix background color drawing
I confirm that the current git status fixes the *coloring* problem, but not the no-scrollbar problem. Thanks Norbert
Created attachment 328698 [details] [review] Fix scrollbars in event view Signed-off-by: Jens Georg <mail@jensge.org>
Created attachment 328699 [details] [review] Delay size_request in CheckerboardLayout If we do a size_request with height = 0, the size_request in do_reflow does not lead to a re-allocation. Signed-off-by: Jens Georg <mail@jensge.org>
Thanks, this patch seems to fix the problem for me!
Attachment 328699 [details] pushed as 4a70d87 - Delay size_request in CheckerboardLayout
*** Bug 767262 has been marked as a duplicate of this bug. ***
*** Bug 768503 has been marked as a duplicate of this bug. ***
*** Bug 773500 has been marked as a duplicate of this bug. ***
*** Bug 776855 has been marked as a duplicate of this bug. ***