Summary: | Missing vertical scrollbars | ||
---|---|---|---|
Product: | [Frameworks and Libraries] frameworks-qqc2-desktop-style | Reporter: | Brennan Kinney <polarathene-signup> |
Component: | general | Assignee: | Marco Martin <notmart> |
Status: | RESOLVED UPSTREAM | ||
Severity: | normal | CC: | ahiemstra, alenertz, asturm, bharadwaj.raju777, bugseforuns, james.h.graham, kde, kde, nate, noahadvs, notmart, pip.kde, plasma-bugs, popov895, qydwhotmail |
Priority: | VHI | Keywords: | regression |
Version: | 5.96.0 | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
URL: | https://bugreports.qt.io/browse/QTBUG-104983 | ||
See Also: | https://bugs.kde.org/show_bug.cgi?id=458486 | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Brennan Kinney
2022-07-11 04:26:45 UTC
Happens with all KCMs using ScrollViewKCM. Only happens with qqc2-desktop-style. Any other Qt Quick style (test with env QT_QUICK_CONTROLS_STYLE) works. But I couldn't find a good commit of qqc2-desktop-style even after going back to KF5.90. 5df82e90e171dbec604581f32fee581acb369d2b reserves space for the scrollbar but doesn't actually show it. Preceding and succeeding commits don't do even that. *** Bug 456680 has been marked as a duplicate of this bug. *** I thinkt that's a Qt bug https://bugreports.qt.io/browse/QTBUG-104983 Nice find. It's currently marked as P1 Critical, so hopefully it will be fixed soon, and then we can backport it. *** Bug 457287 has been marked as a duplicate of this bug. *** *** Bug 457381 has been marked as a duplicate of this bug. *** *** Bug 457887 has been marked as a duplicate of this bug. *** *** Bug 458087 has been marked as a duplicate of this bug. *** *** Bug 458012 has been marked as a duplicate of this bug. *** qt5-quickcontrols2 5.15.5+kde+r6-1 package fixes this bug on Arch Linux, but now System Settings has unnecessary and annoying horizontal scroll bars. That would be another Qt bug: https://bugreports.qt.io/browse/QTBUG-83890 We'll need to apply the customary workaround. At this point we already have it in most places because that bug has been open for so long. Which views are affected? (In reply to Nate Graham from comment #11) > That would be another Qt bug: https://bugreports.qt.io/browse/QTBUG-83890 What about the codereview linked in that bug? It's been stuck for years because it's failing unit tests and the person who submitted the patch doesn't know how to fix it and nobody at Qt has volunteered to help with it. |