| Summary: | Printing is completely broken in khtml | ||
|---|---|---|---|
| Product: | [Applications] konqueror | Reporter: | Jani-Matti Hätinen <jani-matti.hatinen> |
| Component: | khtml | Assignee: | Konqueror Bugs <konqueror-bugs-null> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | normal | CC: | germain, jk |
| Priority: | NOR | ||
| Version First Reported In: | 4.3.1 | ||
| Target Milestone: | --- | ||
| Platform: | Debian testing | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: |
Example print of the bugs.kde.org page of this bug
Example print of a Google search result page |
||
|
Description
Jani-Matti Hätinen
2009-09-09 00:04:46 UTC
Created attachment 36803 [details]
Example print of the bugs.kde.org page of this bug
Created attachment 36804 [details]
Example print of a Google search result page
When using the webkit-kpart, printing from konqueror works just fine, so this is a khtml specific issue. For me, it looks like this happens on pages with forms. The following HTML will expose the broken behaviour when printing (including printing to PDF): <html> <head/> <body> <p>before form</p> <form> <input type="text"> </form> <p>after form</p> </body> </html> The 'before form' text does not appear on the printed output. *** This bug has been marked as a duplicate of bug 214352 *** |