Summary: | Printing PDF/PS files in konqueror does not work properly | ||
---|---|---|---|
Product: | [Applications] konqueror | Reporter: | A.S. <sa.pub> |
Component: | general | Assignee: | Konqueror Developers <konq-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | arne.schmitz, bugz57 |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
A.S.
2009-05-08 08:28:44 UTC
I am using Kubuntu 9.04 with KDE 4.2.3. But I have had the problem to on Kubuntu 9.04 with KDE 4.2.2 and on Kubuntu 8.10 with KDE 4.x.x. This problem still exists in KDE 4.2.90 (KDE 4.3 Beta2). This problem still exists in KDE 4.2.95 (KDE 4.3 RC1) This problem still exists in KDE 4.3.1. But if I use the webkit-kpart the result looks much better, even if the buttons are not painted correctly. *** Bug 173109 has been marked as a duplicate of this bug. *** *** Bug 179021 has been marked as a duplicate of this bug. *** 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 |