Bug 24122

Summary: Table attribute align="char" char="xxx" not working
Product: [Applications] konqueror Reporter: Unknown <null>
Component: khtmlAssignee: Konqueror Developers <konq-bugs>
Status: RESOLVED DUPLICATE    
Severity: wishlist    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: openSUSE   
OS: Linux   
Latest Commit: Version Fixed In:
Attachments: Testcase

Description Andreas Fahrner 2001-04-13 18:17:49 UTC
(*** This bug was imported into bugs.kde.org ***)

Package:           khtml
Version:           KDE 2.1.1 
Severity:          normal
Installed from:    SuSE RPMs
Compiler:          SuSE rpms
OS:                Linux
OS/Compiler notes: Not Specified

Consider the following example:

<table summary="This is a longer text">
<colgroup align="center" char=".">
<tr><td>10.5</td></tr>
<tr><td>100.5</td></tr>
<tr><td>0.005</td></tr>
</table>

The table cell's content should be aligned in such a way that the character defined in char= is on a vertical line. In Konqueror this does not work.

(Submitted via bugs.kde.org)
Comment 1 Andreas Fahrner 2001-04-16 20:32:43 UTC
Of course this is NOT a TABLE attribute but an attribute of COLGROUP which
is clear from the example given. Sorry for the mistake.
Andreas.
Comment 2 Jim Dabell 2002-11-14 15:47:51 UTC
Reproducible in 3.1-rc3, however there is an error in the above bug report.  The align 
attribute should contain "char" instead of "center".  AFAIK, not many browsers support 
this, and it isn't required by the html recommendation. 
 
Comment 3 Jim Dabell 2002-11-14 15:48:24 UTC
Created attachment 438 [details]
Testcase
Comment 4 Stephan Kulow 2003-10-28 19:19:50 UTC
considering it a wish
Comment 5 Stephan Kulow 2004-05-18 13:38:36 UTC
Replaced andreas.fahrner@fernuni-hagen.de with null@kde.org due to bounces by reporter
Comment 6 Stephan Kulow 2004-11-07 22:21:58 UTC

*** This bug has been marked as a duplicate of 50688 ***