Summary: | LibreOffice (gtk3) page scrollbars broken with breeze-gtk ('regular'; Breeze-Dark works fine) | ||
---|---|---|---|
Product: | [Plasma] Breeze | Reporter: | Andreas Sturmlechner <asturm> |
Component: | gtk theme | Assignee: | scionicspectre |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | andrius, bugseforuns, eliadevito, jm.dev, nate, sh200105 |
Priority: | NOR | ||
Version: | 5.11.95 | ||
Target Milestone: | --- | ||
Platform: | Gentoo Packages | ||
OS: | Linux | ||
Latest Commit: | https://commits.kde.org/breeze-gtk/43f2cb7c2334f5438d20ebf1ac04432a18ce5edf | Version Fixed In: | 5.12.7 |
Sentry Crash Report: |
Description
Andreas Sturmlechner
2018-01-31 17:37:13 UTC
identical behaviour on fedora news? Same issue. Operating System: Obarun (Arch) KDE Plasma Version: 5.12.3 KDE Frameworks Version: 5.44.0 Qt Version: 5.10.1 OS Type: 64-bit LibreOffice: 6.0.2-2 ( Writer, Calc, Draw, Impress, MAth ) Breeze-gtk 5.12.3-1 As for me, the following patch fixed the issue: --- gtk.css.old 2018-07-31 15:32:44.000000000 +0300 +++ gtk.css 2018-08-27 18:19:33.273586541 +0300 @@ -3189,8 +3189,8 @@ border-color: @theme_bg_color; margin: 0px; } scrollbar button { - min-width: 5px; - min-height: 5px; + min-width: 14px; + min-height: 14px; margin: 0px; padding: 0px 0px; border: none; BTW, the sizes of scrollbar button are OK in breeze-dark, so the issue is not reproducible there. (In reply to Alexander Kernozhitsky from comment #4) > BTW, the sizes of scrollbar button are OK in breeze-dark, so the issue is > not reproducible there. Can you submit the patch to phabricator? Otherwise, I think it might take longer until breeze developers merge it. > Can you submit the patch to phabricator? Otherwise, I think it might take longer until breeze developers merge it. Done. Created https://phabricator.kde.org/D15110. Git commit 43f2cb7c2334f5438d20ebf1ac04432a18ce5edf by Nathaniel Graham, on behalf of Alexander Kernozhitsky. Committed on 30/08/2018 at 05:00. Pushed by ngraham into branch 'Plasma/5.12'. Fix scrollbars in LibreOffice Summary: Reviewers: davidedmundson Reviewed By: davidedmundson Subscribers: plasma-devel Tags: #plasma Differential Revision: https://phabricator.kde.org/D15110 M +2 -2 Breeze-gtk/gtk-3.20/gtk.css https://commits.kde.org/breeze-gtk/43f2cb7c2334f5438d20ebf1ac04432a18ce5edf |