Bug 111658 - Failure to repaint window after tooltip disappears
Summary: Failure to repaint window after tooltip disappears
Status: RESOLVED UPSTREAM
Alias: None
Product: knode
Classification: Miscellaneous
Component: general (show other bugs)
Version: unspecified
Platform: openSUSE Linux
: NOR normal
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-28 18:24 UTC by Tristan Miller
Modified: 2010-03-05 13:26 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments
Screenshot demonstrating bug. The blank rectangle left by the tooltip is indicated by the red ellipse. (63.57 KB, image/png)
2005-08-28 18:25 UTC, Tristan Miller
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tristan Miller 2005-08-28 18:24:28 UTC
Version:            (using KDE KDE 3.4.2)
Installed from:    SuSE RPMs

Reproducibility: sometimes

Step to reproduce:
1. In thread pane, hover the mouse over an article whose subject is too long to fit in the display.
2. KNode pops up a tooltip with the full subject.
3. Move the mouse elsewhere.

Expected behaviour:
4. Tooltip should disappear and whatever was previously visible under it should be restored.

Observed behaviour:
5. Tooltip disappears, but the image below is not repainted.  User is left with a blank rectangle.

See attached screenshot for an example.
Comment 1 Tristan Miller 2005-08-28 18:25:14 UTC
Created attachment 12411 [details]
Screenshot demonstrating bug.  The blank rectangle left by the tooltip is indicated by the red ellipse.
Comment 2 michaell 2006-01-23 02:21:25 UTC
Probably you start your x-server with backing store support on. That can lead to
errors in the reconstitution of the area below the popup, mostly text and
transparent Pixmaps.
Try to create a .xserverrc file in your home directory with a line like this:
exec /usr/X11R6/bin/X :0 -bs
And adjust further options after your needs, "X --help" will help you.
Comment 3 Tristan Miller 2010-03-05 13:26:17 UTC
This is a bug in the X.org server; see http://bugs.freedesktop.org/show_bug.cgi?id=25637