Bug 1232399
Summary: | [GTK3] scrollbar can't be grabbed at the very screen edge | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Kamil Páral <kparal> |
Component: | firefox | Assignee: | Jan Horak <jhorak> |
Status: | CLOSED UPSTREAM | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 22 | CC: | clancy.kieran+redhat, federicoleva, gecko-bugs-nobody, jhorak, jskladan, phil, piotrdrag, robin.a.meade, stransky, tim |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2015-11-12 08:18:34 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Kamil Páral
2015-06-16 16:15:52 UTC
It seems to be limited to Firefox. Everything else I have tried I can scroll as normal from the edge, including Thunderbird. I'm using the NoiaScrollbars AddOn as a workaround: https://addons.mozilla.org/en-US/firefox/addon/noiascrollbars/ *** Bug 1244427 has been marked as a duplicate of this bug. *** This is really annoying, especially when using a trackpointer and not a mouse. Can the maintainers do something about this, please? Thanks to https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/125734/comments/18 I found this workaround: Create a file ~/.mozilla/firefox/<your profile>/chrome/userChrome.css and add: hbox#browser { margin-right: -1px !important; } Works fine for me and Firefox is finally usable again. So I guess someone messed up the Firefox default theme. That should be a reasonably easy fix, shouldn't it? I confirm that the userChrome.css workaround worked in my case as well. Thanks Tim! Upstream bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1205643 We'll track it upstream. |