After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 641502 - Flickering while resizing the mail list
Flickering while resizing the mail list
Status: RESOLVED FIXED
Product: evolution
Classification: Applications
Component: Mailer
3.0.x (obsolete)
Other Linux
: Normal normal
: ---
Assigned To: evolution-mail-maintainers
Evolution QA team
evolution[gtk3]
Depends on:
Blocks:
 
 
Reported: 2011-02-04 15:17 UTC by Cosimo Cecchi
Modified: 2013-09-13 01:11 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
evo patch (5.84 KB, patch)
2011-02-10 13:49 UTC, Milan Crha
committed Details | Review

Description Cosimo Cecchi 2011-02-04 15:17:29 UTC
I'm using the "Vertical" view for mail; when I resize it, from either side, it flickers, sometimes white, sometimes black (I don't really know why).
Comment 1 Milan Crha 2011-02-09 08:21:35 UTC
Confirming on git master. There is also an issue with the calendar view, which was reported in bug #640519 an closed, but I see that too. Because I believe it's related to this issue as well, then I'm not reopening the other bug.
Comment 2 Milan Crha 2011-02-10 13:49:55 UTC
Created attachment 180579 [details] [review]
evo patch

for evolution;

It was caused by not painting on time. The paint was post-posed on idle, which came too late.
Comment 3 Milan Crha 2011-02-10 13:50:59 UTC
Created commit a56bf39 in evo master (2.91.90+)