| Summary: | make scrollbar display optional | ||
|---|---|---|---|
| Product: | [Unmaintained] kdelibs | Reporter: | Kuba Ober <kuba> |
| Component: | general | Assignee: | Stephan Kulow <coolo> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | wishlist | CC: | caionnew |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Compiled Sources | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
*** This bug has been marked as a duplicate of bug 220733 *** |
Version: (using KDE Devel) Installed from: Compiled sources OS: Linux There was one nice feature I really liked in Borland's text mode interface classes: the scrollbars were displayed only when the widget needing them was in focus. I thus propose following alternatively selectable behaviours that would apply to all scrollbar-able K-widgets: - make scrollbars always visible (as it is now) - make scrollbars display only in widgets that have focus, - make scrollbars display only in widgets in which the mouse pointer falls currently ("virtual" focus follows mouse w/o changing the actual focus) This would be beneficial for small screens. I don't know whether it could be implemented in K-widgets only, or if it needs some more general infrastructure in Qt-copy.