After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 588130 - GMail has persistent scroll bars, vertical and horizontal, even when not needed
GMail has persistent scroll bars, vertical and horizontal, even when not needed
Status: RESOLVED FIXED
Product: epiphany
Classification: Core
Component: Backend
git master
Other Linux
: Normal normal
: ---
Assigned To: Xan Lopez
Epiphany Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-07-09 03:25 UTC by Jason Clinton
Modified: 2009-09-08 15:32 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Jason Clinton 2009-07-09 03:25:11 UTC
GMail (and Apps) has both vertical and horizontal scroll bars persistently, even when initially loading a mailbox which doesn't have enough content to justify their presence. They cannot be disabled making embedded-chat problematic.
Comment 1 Jason Clinton 2009-07-09 03:26:08 UTC
Oh, I checked in to filing this against webkit, itself, but I confirmed it is not an issue on any other platform so I presume it has to do with Epiphany reported of window size to the rendering engine.
Comment 2 Gustavo Noronha (kov) 2009-07-14 10:49:57 UTC
Hey, this is actually missing functionality in WebKitGTK+. I have a patch ready that is waiting for a positive review here: https://bugs.webkit.org/show_bug.cgi?id=25889. Epiphany should not need to do anything special after it is landed, but I think we may prefer being explicit, so I'll leave the bug open for that.
Comment 3 Jason Clinton 2009-08-31 17:12:33 UTC
I am tracking the upstream bug and I built webkit from source after your commit. However, the commit doesn't solve the issue. GMail still has scrollbars. I did confirm that the new build is being used in my testing.
Comment 4 Xan Lopez 2009-08-31 18:06:41 UTC
(In reply to comment #3)
> I am tracking the upstream bug and I built webkit from source after your
> commit. However, the commit doesn't solve the issue. GMail still has
> scrollbars. I did confirm that the new build is being used in my testing.

This only happens to me for vertical bars, not for the horizontal ones.
Comment 5 Gustavo Noronha (kov) 2009-09-01 20:36:46 UTC
Jason, can you upgrade to WebKitGTK+ master again and try if everything is working as expected? =)
Comment 6 Jason Clinton 2009-09-02 17:26:55 UTC
Scrollbars on GMail windows that have a few emails are gone. However, folders/labels that have lots of emails causes the window to gain a vertical scrollbar also gain a horizontal scrollbar. The horizontal scrollbar is unexpected. It seems like the width of the body should be reported as window_width - vertical_scrollbar_width when scrolling is happening.
Comment 7 Jason Clinton 2009-09-02 18:06:18 UTC
Actually, it appears that horizontal scroll bars do show up but randomly. It's likely another issue so I think it's safe to close this bug.
Comment 8 Gustavo Noronha (kov) 2009-09-08 15:32:18 UTC
(In reply to comment #7)
> Actually, it appears that horizontal scroll bars do show up but randomly. It's
> likely another issue so I think it's safe to close this bug.

I agree. Thanks, I'll keep looking at this general problem in the future.