Bug 67790 - File tips flicker problem
Summary: File tips flicker problem
Status: RESOLVED FIXED
Alias: None
Product: konqueror
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: Konqueror Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-11-10 17:33 UTC by Dik Takken
Modified: 2004-06-13 11:13 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dik Takken 2003-11-10 17:33:20 UTC
Version:            (using KDE KDE 3.1.93)
Installed from:    Compiled From Sources
OS:          Linux

When you hover the mouse over a file icon in Konqueror, a file tip pops up. The tip can disappear in two ways:

* The mouse leaves the bounding box of the file icon
* The mouse enters the bounding box of the tip

In the first case, the file tip disappears smoothly, no flicker.
In the second case, all icons in the konqueror window are redrawn, which causes flicker.
Comment 1 Dik Takken 2004-04-13 21:35:41 UTC
Additional note: The problem only happens when you have 'focus follows mouse' enabled. It seems that touching the popup window triggers mouse enter/exit signals for the main konqueror window, which results in repaints.
Comment 2 Enrico Ros 2004-06-13 11:13:14 UTC
I made a commit fixing ksqueezedlabel early this week. As a side effect this bug has been fixed too (it was a wasted repaint when loosing/gaining back focus after hovering some icons with the mouse).