Version: (using KDE 4.3.2) Compiler: gcc (Ubuntu 4.4.1-4ubuntu8) 4.4.1 OS: Linux Installed from: Ubuntu Packages When I print pages from Mediawiki-Sites (like Wikipedia) I get some strange results (see attached scan). The page I printed was http://de.wikibooks.org/wiki/Mathematik:_Statistik:_Gemeinsame_Wahrscheinlichkeit_mehrerer_Ereignisse I am using Kubuntu Karmic and a HP LaserJet 1200 Printer. With Kubuntu Jaunty (KDE 4.2.x) I did not experience such problems. Also, using rekonq or other WebKit-based browsers the page is printed correctly. So I assume this is related to khtml.
Created attachment 38294 [details] Printout of Wikibooks-page mentioned above
SVN commit 1088979 by ggarand: great, looks like these two Qt regressions have finally been fixed, so we can enable back the optimized code and close all the printing bugs that closing/restoring the QPainter triggered I'll do that in two commits so that problems can be pin-pointed : 1) stop ending the QPainter before painting widgets to buffers, it's not needed anymore and Qt has poor support for that. Fixes printing on pages with form widgets. BUG: 197402 BUG: 214352 BUG: 191999 M +4 -10 render_replaced.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1088979
SVN commit 1095342 by ggarand: automatically merged revision 1088979: great, looks like these two Qt regressions have finally been fixed, so we can enable back the optimized code and close all the printing bugs that closing/restoring the QPainter triggered I'll do that in two commits so that problems can be pin-pointed : 1) stop ending the QPainter before painting widgets to buffers, it's not needed anymore and Qt has poor support for that. Fixes printing on pages with form widgets. BUG: 197402 BUG: 214352 M +4 -10 render_replaced.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1095342
*** Bug 228447 has been marked as a duplicate of this bug. ***
*** Bug 206799 has been marked as a duplicate of this bug. ***