Summary: | Icon Effect bug when window overlaps icon | ||
---|---|---|---|
Product: | [Unmaintained] kdesktop | Reporter: | Dik Takken <kde> |
Component: | icons | Assignee: | David Faure <faure> |
Status: | CLOSED FIXED | ||
Severity: | normal | CC: | finex |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Dik Takken
2003-11-11 17:18:38 UTC
There is another problem: the gamma thumbnail effect is not always removed after the mouse leaves the konqueror window. It can also cause the music of audio previews to keep playing until the mouse enters the same window again. It is probably due to the same bug as described above. How to reproduce: When you view a directory of pictures, resize the konqueror window so that only the upper half of the last visible row of thumbnails is visible. When you put your mouse inside the bounding box of one of these bottom-row thumbs, they will show the gamma image effect. The effect should be gone as soon as the mouse leaves the bounding box of the image. The problem is that konqueror only triggers the image effect when the mouse enters or leaves the bounding box of the thumbnail. When one or more of the edges of the bounding box are not visible, you can leave the bounding box without getting detected. The first icon effect bug is still present in KDE 3.3 Beta 1. The second bug cannot be triggered anymore. It looks like the position of the preview popups has been changed so that it does not overlap the icon. SVN commit 656915 by mkoller: BUG: 67905 when mouse leaves window, do actions as would be done when mouse moves over an empty viewport area M +2 -2 konq_iconviewwidget.cc --- branches/KDE/3.5/kdebase/libkonq/konq_iconviewwidget.cc #656914:656915 @@ -1335,8 +1335,8 @@ void KonqIconViewWidget::leaveEvent( QEvent *e ) { - // when leaving the widget, stop possible pending filetip - d->pFileTip->setItem( 0 ); + // when leaving the widget, stop possible pending filetip and icon effect + slotOnViewport(); KIconView::leaveEvent(e); } Bug closed. Kdesktop is no more mantained. |