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 642656 - Screen flickers black in body when replying email
Screen flickers black in body when replying email
Status: RESOLVED FIXED
Product: GtkHtml
Classification: Other
Component: Rendering
3.91.x
Other Linux
: Normal normal
: ---
Assigned To: gtkhtml-maintainers
gtkhtml-maintainers
Depends on:
Blocks:
 
 
Reported: 2011-02-18 08:09 UTC by Milan Crha
Modified: 2011-02-18 11:39 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
gtkhtml patch (4.01 KB, patch)
2011-02-18 11:37 UTC, Milan Crha
committed Details | Review

Description Milan Crha 2011-02-18 08:09:31 UTC
Moving this from a downstream bug report:
https://bugzilla.redhat.com/show_bug.cgi?id=678447

evolution-2.91.6.2-1.fc15.x86_64

Steps to Reproduce:
1. Reply to an email

Actual results:
Black flickering in body.

Expected results:
No flickering

Additional info:
xorg-x11-drv-nouveau-0.0.16-19.20110216git42c16ff.fc15.x86_64
01:00.0 VGA compatible controller: nVidia Corporation Quadro FX 570M (rev a1)
Comment 1 Milan Crha 2011-02-18 09:33:03 UTC
I see that too, also when moving between messages in the preview panel.
Comment 2 Milan Crha 2011-02-18 11:37:27 UTC
Created attachment 181199 [details] [review]
gtkhtml patch

for gtkhtml;

I realized I cannot do much when opening a reply, the GtkHTML is frozen in that time, so it doesn't paint. I draw with bgColor at least, to not have black area but some sane, so it doesn't flash that much.

With respect of black-flashing in message preview panel when moving between mails, I removed some functions which prevented painting on certain circumstances. It seems to do it for me.
Comment 3 Milan Crha 2011-02-18 11:39:46 UTC
Created commit 32e1603 in gtkhtml master (3.91.90+)