Bug 125923 - digikam: image tooltip contents not shown when albumview is scrolled up or down with cursur keys
Summary: digikam: image tooltip contents not shown when albumview is scrolled up or do...
Status: RESOLVED NOT A BUG
Alias: None
Product: digikam
Classification: Applications
Component: Albums-IconView (show other bugs)
Version: 0.8.2
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-04-20 00:21 UTC by Achim Bohnet
Modified: 2017-08-15 09:57 UTC (History)
2 users (show)

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 Achim Bohnet 2006-04-20 00:21:49 UTC
Version:           0.8.2-beta1 (using KDE 3.5.2, Kubuntu Package 4:3.5.2-0ubuntu6 dapper)
Compiler:          Target: i486-linux-gnu
OS:                Linux (i686) release 2.6.15-20-686

That's a followup of http://bugs.kde.org/show_bug.cgi?id=120053
fix.

When the ablumview is scrolled via the cursor keys and
the the mouse cursor happen to be over another thumbnail
after the scroll, no tooltip pops up.

As soon as the mouse a moved the a tooltop pops up.

IMHO that's inconsistent. Appearance of the tooltip
should be independendly of s) the thumbmail is moved
under the mouse via the cursor keys or b) the mouse is
moved above a thumbnail.

Achim
Comment 1 Andi Clemens 2008-08-16 09:57:40 UTC
Is this still valid (or even a digiKam problem). I can confirm this "bug", although I guess this is the normal behavior because a tooltip will popup because of a mouseover event. This event will only be emitted when the mouse is moved over an item.
This behavior (or "bug") is also true for konqueror and other programs I tested right now, it even is true for some windows applications I tested on my virtual machine.
Maybe we should close this one here?

Andi
Comment 2 caulier.gilles 2008-08-19 11:03:02 UTC
>Maybe we should close this one here?

Right question (:=)))... Personally, this report is not a problem from me.

Also, to fix it, it will touch Album Icon View implementation witch will be re-implemented in KDE4 by Marcel using Qt4 Model/View programming.

We will certainly based the new iconview implementation from Dolphin. I don't know if this one has the same behaviour with tool tip.

Marcel, what do you think about ?

Gilles
Comment 3 Marcel Wiesweg 2008-08-19 14:38:46 UTC
When we have a working implementation we can start to worry about those details ;-)
Apart from that, it's the question if tooltip should not only appear when the mouse cursor has been moved with the mouse on a location and kept there for a defined time, rather than as reaction when content under the untouched mouse moves.
Comment 4 caulier.gilles 2008-12-08 12:35:23 UTC
Marcel, Andi,

For me this feature is not valid. The tooltip must appear only when user move mouse over a thumb. Code relevant in IconView::contentsWheelEvent() is clear...

Disabling this code give a strange effect. I don't like this.

Gilles
Comment 5 Andi Clemens 2008-12-08 17:21:40 UTC
Like I said before, I don't know any application or desktop system that opens up tooltips this way.

I think it is INVALID.

Andi