Bug 247268 - Preview in file dialog doesn't return to showing the selected file when mouse passes over another file and leaves list viewport without passing over the background
Summary: Preview in file dialog doesn't return to showing the selected file when mouse...
Status: CONFIRMED
Alias: None
Product: frameworks-kio
Classification: Frameworks and Libraries
Component: Open/save dialogs (show other bugs)
Version: 5.45.0
Platform: openSUSE Linux
: NOR normal
Target Milestone: ---
Assignee: David Faure
URL:
Keywords: usability
Depends on:
Blocks:
 
Reported: 2010-08-10 18:21 UTC by Martin Koller
Modified: 2021-03-25 21:08 UTC (History)
3 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
Screen recording illustrating the issue (2.37 MB, video/webm)
2018-04-22 20:59 UTC, Nate Graham
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Koller 2010-08-10 18:21:14 UTC
Version:           unspecified (using KDE 4.4.95) 
OS:                Linux

Currently the file preview (side preview) in a FileDialog changes when one hovers over the file names. While this is nice to quickly get an overview, it is seriously wrong after I selected a file and want to click OK, as the preview shown does not match the selected file, which I'm about to "OK", which is due to the fact that the mouse cursor hovers over other files while moving the cursor onto the OK (etc.) button, when moving from a file selected somewhere in the middle of the list

Reproducible: Always

Steps to Reproduce:
E.g. create a mail with kmail, select "add attachment" and browse a folder with some pictures in it.


Expected Results:  
As a solution, the FileDialog should change the preview to the selected file when the mouse cursor leaves the file list viewport.
Comment 1 Martin Koller 2012-01-29 12:49:30 UTC
I think "kfile" was the wrong component. This probably is a problem with a file view component of dolphin ?
Comment 2 Peter Penz 2012-01-29 16:45:18 UTC
The file dialog does not contain any Dolphin code -> moving back to kfile ;-)
Comment 3 Christoph Feck 2013-07-08 03:05:20 UTC
Martin, kfile is the right component, not kdelibs.
Comment 4 Nate Graham 2018-04-10 22:04:08 UTC
This is fixed as of KDE Frameworks 5.45; the preview returns to showing what's selected the moment it's no longer over another file.
Comment 5 Martin Koller 2018-04-22 19:16:28 UTC
It's not fixed as of KDE Frameworks 5.45
Comment 6 Nate Graham 2018-04-22 20:57:58 UTC
Thanks for confirming. I found a way to reproduce this: the mouse has to leave the viewport *without* passing over any of the blank background, and then the preview won't change back the way it should. Screen recording attached.
Comment 7 Nate Graham 2018-04-22 20:59:54 UTC
Created attachment 112174 [details]
Screen recording illustrating the issue