| Summary: | [testcase] table caption rendering error | ||
|---|---|---|---|
| Product: | [Applications] konqueror | Reporter: | András Manţia <amantia> |
| Component: | khtml renderer | Assignee: | Konqueror Bugs <konqueror-bugs-null> |
| Status: | RESOLVED UNMAINTAINED | ||
| Severity: | normal | CC: | aiacovitti |
| Priority: | NOR | ||
| Version First Reported In: | 4.11.3 | ||
| Target Milestone: | --- | ||
| Platform: | Compiled Sources | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | testacase at comment #1 onlined | ||
|
Description
András Manţia
2007-03-31 11:57:04 UTC
Likely testcase:
<table>
<caption><span style="display: block; float: left; margin: 0px !important;">foo</span></caption>
<tbody>
<tr>
<td>AAAAAAAAAAAAAAAAAA</td>
</tr>
</tbody>
</table>
Either Konqueror got fixed or (more probably) the wizzair site changed, but the problem is not visible now. I don't close, because the testcase shows the overwriting error. The above testcase still fails. Testcase fails in trunk. Created attachment 83853 [details] testacase at comment #1 onlined Confirming bug in KDE 4.11.4 Dear user, KHTML (and KJS) was a long time more or less unmaintained and got removed in KF6. Please migrate to use a QWebEngine based HTML component. We will do no further fixes or improvements to the KF5 branches of these components beside important security fixes. For security issues, please see: https://kde.org/info/security/ Sorry that we did not fix this issue during the life-time of KHTML. Greetings Christoph Cullmann |