Bug 125032 - VPL editor doesn't render properly table
Summary: VPL editor doesn't render properly table
Status: RESOLVED UNMAINTAINED
Alias: None
Product: quanta
Classification: Miscellaneous
Component: general (show other bugs)
Version: unspecified
Platform: Debian testing Linux
: NOR normal
Target Milestone: ---
Assignee: András Manţia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-04-06 10:48 UTC by Fathi Boudra
Modified: 2015-10-10 08:43 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
vpl rendering (5.47 KB, image/png)
2006-04-06 10:50 UTC, Fathi Boudra
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Fathi Boudra 2006-04-06 10:48:14 UTC
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.
Comment 1 Fathi Boudra 2006-04-06 10:50:48 UTC
Created attachment 15495 [details]
vpl rendering

i joined a screenshot of what i've got in VPL view.
Comment 2 Christoph Cullmann 2015-10-10 08:43:46 UTC
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