Bug 238232 - Image rating widget in AlbumGUI is too sensitive
Summary: Image rating widget in AlbumGUI is too sensitive
Status: RESOLVED FIXED
Alias: None
Product: digikam
Classification: Applications
Component: Tags-Rating (show other bugs)
Version: 1.3.0
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-19 21:34 UTC by Andi Clemens
Modified: 2017-08-14 21:22 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In: 1.3.0


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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