| Summary: | System "File Open" dialog does not accept mouse wheel events | ||
|---|---|---|---|
| Product: | [Unmaintained] kfile | Reporter: | Helge Deller <deller> |
| Component: | general | Assignee: | kdelibs bugs <kdelibs-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | andresbajotierra, deller, gregor |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | unspecified | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Helge Deller
2003-11-25 21:59:13 UTC
Is this not a wishlist item? Cheers Jo Are you referring to:
A tall and thin filedialog with:
- no vertical scrollbar
- horizontal scrollbar
?
I reproduced the case here and tested it:
- Wheel do not scroll horizontally
- Holding the alt key + wheel scroll horizontal
Optionally you can mouse wheel *over* the horizontal scrollbar, and it will scroll horizontally.
Also, I just checked this in a Qt-only testcase:
Creating a QWidget in QtDesigner: a QListWidget with an unique long item: scrolling works the same way (normal wheel do not work, alt+wheel scrolls horizontally properly)
Here using:
Qt: 4.5.2 (KDE-Qt git commit 46a247a2c9a8c0c4456a02f6a0922d859d88fe76
Date: Fri Jun 26 13:45:37 2009 +0200)
KDE: 4.3.61 (KDE 4.3.61 (KDE 4.4 >= 20090717))
kdelibs svn rev. 999250 / kdebase svn rev. 999250
on ArchLinux i686 - Kernel 2.6.30.1
If you are indeed referring to this, then you should submit a wish/feature request to QtSoftware. Thanks
Moving from "kio/kfile" component to "kfile" product, helps sorting out duplicates. I can't reproduce it on 4.6.5. Horizontal scrolling with the mouse wheel in a kfile dialog is working, without holding the alt key. It(In reply to comment #4) > I can't reproduce it on 4.6.5. Horizontal scrolling with the mouse wheel in > a kfile dialog is working, without holding the alt key. same counts for kde 4.8.2 / qt 4.8.1 |