Bug 59237 - scrolling by mouse wheel in file dialogs
Summary: scrolling by mouse wheel in file dialogs
Status: RESOLVED FIXED
Alias: None
Product: kio
Classification: Frameworks and Libraries
Component: kfile (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: Carsten Pfeiffer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-06-02 02:20 UTC by Moritz Moeller-Herrmann
Modified: 2003-06-02 20:52 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Moritz Moeller-Herrmann 2003-06-02 02:20:41 UTC
Version:           Unbekannt (using KDE 3.1.9)
Compiler:          gcc version 3.3 (Debian)
OS:          Linux (i686) release 2.4.20-ck62003-4-22-ck7

In KDE CVS (open door binaries) scrolling by mouse wheel in file dialogs (tested in konqueror and knode) does not work anymore.

How to test: Save As... Go to /usr/bin. Try to scroll downwards using the mouse wheel and it won't work unless you position the mouse over the scroll bar. I think it should work over the files itself as well. I think it worked in KDE-3.1.x.
Comment 1 Dominik Stadler 2003-06-02 20:43:35 UTC
hmm, this works like before for me with CVS from May 30th from http://kde.rb-hosting.de: 
 
kdelibs: 
  Installed: 4:3.2.0-0+cvs20030530+orth 
Comment 2 Carsten Pfeiffer 2003-06-02 20:52:30 UTC
Subject: kdelibs/kio/kfile

CVS commit by pfeiffer: 

CCMAIL: danimo@kde.org, 59237-close@bugs.kde.org

I told you that this is broken. It breaks vertical scrolling and 
Ctrl-Scrolling at least.


  M +0 -5      kfileiconview.cpp   1.85
  M +0 -5      kfileiconview.h   1.40


--- kdelibs/kio/kfile/kfileiconview.cpp  #1.84:1.85
@@ -691,9 +691,4 @@ void KFileIconView::listingCompleted()
 }
 
-void KFileIconView::contentsWheelEvent( QWheelEvent *e )
-{
-        scrollBy(e->delta(), 0);
-}
-
 // need to remove our tooltip, eventually
 bool KFileIconView::eventFilter( QObject *o, QEvent *e )

--- kdelibs/kio/kfile/kfileiconview.h  #1.39:1.40
@@ -169,9 +169,4 @@ protected:
 
     /**
-     * Reimplemented to make the wheel sroll horizontally
-     */
-    virtual void contentsWheelEvent( QWheelEvent * );
-
-    /**
      * Reimplemented to remove an eventual tooltip
      */