Bug 132697 - Metadata list has no scrollbar
Summary: Metadata list has no scrollbar
Status: RESOLVED FIXED
Alias: None
Product: digikam
Classification: Applications
Component: Usability-Ergonomy (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-20 17:40 UTC by Hubert Figuiere
Modified: 2017-08-04 21:20 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In: 0.10.0


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Hubert Figuiere 2006-08-20 17:40:45 UTC
Version:           0.9-beta1 (using KDE KDE 3.5.4)
OS:                Linux

Metadata list has no scrollbar. That means that on small screens, it is truncated.
Comment 1 caulier.gilles 2006-08-20 20:14:38 UTC
This is my choise to disable the scrollbar to optimize the width to display metadata without to have a large sidebar. If you want to scroll the content, just use the mouse wheel or use pageup/pagedown keys when you get the focus into th metadata content.

Tip : if you choise an item in the list, and if you change the current image, the list will trying to find the same metadata key from thenew image and select it by default. This way is very powerfull to compare image metadata.

Gilles Caulier
Comment 2 Hubert Figuiere 2006-08-20 21:54:30 UTC
Sorry, this is completely unintuitive and goes against basic usability principles.
Comment 3 caulier.gilles 2006-08-20 21:57:39 UTC
In fact, this is a choise taken between me and other digiKam user to optimize space to use to display metadata value in sidebar with a small sidebar width.

I would to have some others viewpoints about usability of this part. Thanks in advance

Gilles Caulier
Comment 4 caulier.gilles 2006-08-20 22:34:00 UTC
This is an usability problem of GUI

Gilles
Comment 5 Hubert Figuiere 2006-08-20 22:46:26 UTC
usability is simple: put the scroll bars. Putting smaller one could save some pixel, and only show them if they are needed.

Something else could be to also reduce the font size used. I would do that.
Comment 6 Marcel Wiesweg 2006-08-20 23:08:07 UTC
I have to admit that I wasn't aware I could scroll this view till now. I have not used it extensively, I have usually the short display. But yes, it is unintuitive IMO.

On the other hand, I accept your point about horizontal space. Screen space is valuable.

Hm, I dont know.
Comment 7 Hubert Figuiere 2006-08-21 03:15:39 UTC
And also, I forgot: I don't have a mouse wheel... nor even a mouse on that computer.
Comment 8 Hubert Figuiere 2006-08-21 03:16:59 UTC
and pageup/down does not work as you describe
Comment 9 caulier.gilles 2008-02-11 15:41:15 UTC
SVN commit 773609 by cgilles:

digiKam from trunk (KDE4) : Port K3ListView to QTreeWidget. Now we have a vertical scroolbar available if necessary...
BUG: 132697


 M  +2 -2      exifwidget.cpp  
 M  +26 -27    mdkeylistviewitem.cpp  
 M  +5 -11     mdkeylistviewitem.h  
 M  +50 -50    metadatalistview.cpp  
 M  +6 -13     metadatalistview.h  
 M  +10 -24    metadatalistviewitem.cpp  
 M  +4 -14     metadatalistviewitem.h  
 M  +54 -32    metadatawidget.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=773609