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
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.
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
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
wow, that was fast, thanks a lot!