GNOME Bugzilla – Bug 642656
Screen flickers black in body when replying email
Last modified: 2011-02-18 11:39:46 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)
I see that too, also when moving between messages in the preview panel.
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.
Created commit 32e1603 in gtkhtml master (3.91.90+)