| Summary: | VPL editor doesn't render properly table | ||
|---|---|---|---|
| Product: | [Unmaintained] quanta | Reporter: | Fathi Boudra <fabo> |
| Component: | general | Assignee: | András Manţia <amantia> |
| Status: | RESOLVED UNMAINTAINED | ||
| Severity: | normal | CC: | ana |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Debian testing | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | vpl rendering | ||
Created attachment 15495 [details]
vpl rendering
i joined a screenshot of what i've got in VPL view.
Dear users, the Quanta application ceased to exist over 5 years ago. For some of the use cases of Quanta there are nowadays KDevPlatform plugins available (like PHP/Python/... language support plugins). Therefore the old Quanta bugs will now be closed, the Quanta bugzilla product is already closed for new reports. Greetings Christoph |
Version: (using KDE KDE 3.5.2) Installed from: Debian testing/unstable Packages using example below in the source code, i expect to have a 3x3 rendering in VPL editor: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Strict//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> <title>Composition d'un tableau</title> </head> <body> <h1>Tableau avec quadrillage</h1> <table border="1"> <tr> <th>France</th> <th>Belgique</th> <th>Suisse</th> </tr><tr> <td>quatre-vingts</td> <td>octante</td> <td>huitante</td> </tr><tr> <td>serpillière</td> <td>wassingue</td> <td>panosse</td> </tr> </table> </body> </html> In konqueror, rendering is ok.