Bug 238232

Summary: Image rating widget in AlbumGUI is too sensitive
Product: [Applications] digikam Reporter: Andi Clemens <andi.clemens>
Component: Tags-RatingAssignee: Digikam Developers <digikam-bugs-null>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: 1.3.0   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In: 1.3.0

Description Andi Clemens 2010-05-19 21:34:24 UTC
Version:           1.3.0 (using 4.4.3 (KDE 4.4.3), Arch Linux)
Compiler:          gcc
OS:                Linux (i686) release 2.6.33-ARCH

When you click next to the image rating widget in the icon view, a rating will be assigned, although you haven't touched any of the stars.

For example if I want to highlight a thumbnail in the iconview and I click somewhere next to the stars widget, I get a 5 star rating assigned to the image. If I click on the left side, all ratings are thrown away.

The rating (star) widget should only trigger when the mouse is actually over the widget.
Comment 1 Marcel Wiesweg 2010-06-05 16:55:36 UTC
SVN commit 1134872 by mwiesweg:

Constrain the width of the rating widget in the rating overlay,
so that clicks to the left or right of the visible stars do not change the rating.

BUG: 238232

 M  +2 -1      NEWS  
 M  +5 -0      digikam/imageratingoverlay.cpp  
 M  +5 -0      digikam/ratingwidget.cpp  
 M  +1 -0      digikam/ratingwidget.h  


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