Bug 264796

Summary: mouse cursor turns to hand on hover in double-click mode
Product: [Applications] dolphin Reporter: Kilian Lackhove <kilian>
Component: generalAssignee: Peter Penz <peter.penz19>
Status: RESOLVED FIXED    
Severity: normal CC: frank78ac
Priority: NOR Keywords: reproducible
Version: 16.12.2   
Target Milestone: ---   
Platform: Arch Linux   
OS: Linux   
Latest Commit: Version Fixed In: 4.6.1

Description Kilian Lackhove 2011-01-29 23:21:24 UTC
Version:           unspecified (using KDE 4.6.0) 
OS:                Linux

when set to "double-click to open files and folders", the mouse cursor turns into the hand when hovering over a folder. Clicking the item once selects it and the cursor turns into the normal arrow again.

I have the same issue in konqueror.

my setup: archlinux with kde 4.6. I created a new user with a clean /home and .kde4 directory, so its not an upgrade issue.

Reproducible: Always
Comment 1 Frank Reininghaus 2011-01-31 14:59:23 UTC
Thanks, I can reproduce in trunk. Note that the cursor becomes a hand again if you move it away from the folder and back again.

Another mouse cursor related issue is bug 264791, I don't know if there is some connection between the two.
Comment 2 Peter Penz 2011-01-31 21:31:33 UTC
Git commit e2180b5f3dc949778c54ad31ce72b466d5333baf by Peter Penz.
Pushed by ppenz into branch 'master'.

Don't show the pointing-hand cursor when double-click is enabled

CCBUG: 264796

M  +4    -1    dolphin/src/views/selectionmanager.cpp     

http://commits.kde.org/a5d5b61a/e2180b5f3dc949778c54ad31ce72b466d5333baf
Comment 3 Peter Penz 2011-01-31 21:33:13 UTC
Git commit 09d30e3590b27e6955512d4726e1b188430765f8 by Peter Penz.
Pushed by ppenz into branch 'KDE/4.6'.

Don't show the pointing-hand cursor when double-click is enabled

BUG: 264796
FIXED-IN: 4.6.1

M  +4    -1    dolphin/src/views/selectionmanager.cpp     

http://commits.kde.org/a5d5b61a/09d30e3590b27e6955512d4726e1b188430765f8
Comment 4 Kilian Lackhove 2011-01-31 21:37:00 UTC
wow, that was fast, thanks a lot!