Bug 29577 - table rendering: tfoot to the bottom of the table!
Summary: table rendering: tfoot to the bottom of the table!
Status: CLOSED FIXED
Alias: None
Product: konqueror
Classification: Applications
Component: khtml (show other bugs)
Version: 3.0
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: Konqueror Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-07-23 11:18 UTC by Moritz Moeller-Herrmann
Modified: 2002-09-16 14:43 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Moritz Moeller-Herrmann 2001-07-23 11:09:00 UTC
(*** This bug was imported into bugs.kde.org ***)

Package:           khtml
Version:           3.0 (using KDE 2.2.0 beta1)
Severity:          normal
Installed from:    compiled sources
Compiler:          gcc version 2.95.3 20010315 (SuSE)
OS:                Linux (i686) release 2.4.7
OS/Compiler notes: 

The tfoot row in a table should be rendered at the bottom (FOOT) :-)

At the moment it is rendered at the top as this test case shows:
http://www.robinlionheart.com/stds/html4/tables.html


Here is the code:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

    <META name="generator" content="HTML Tidy see www.w3.org">

    <TITLE></TITLE>

    &euro; <A name="test"></A>

    <TABLE frame="hsides" rules="groups" summary=
    "A sample table based on a grocery bill." border="1">
      <CAPTION>
        Grocery Bill
      </CAPTION>

      <COLGROUP>
        <COL>
        <COL style="font-style: italic">

      <COLGROUP style="font-weight: bold">
        <COL align="char" char=".">

      <THEAD>
        <TR align="left">
          <TH>Item

          <TH>Size

          <TH>Price

      <TFOOT>
        <TR>
          <TD colspan="2">Total

          <TD>$11.48

      <TBODY>
        <TR>
          <TD rowspan="2">Soda

          <TD>1 liter

          <TD>%.99

        <TR>
          <TD>2 liter

          <TD>$2

      <TBODY>
        <TR>
          <TD>Cookies

          <TD>6 oz.

          <TD>$2.49

        <TR>
          <TD>Ice Cream

          <TD>1 gal.

          <TD>$6.
    </TABLE>



(Submitted via bugs.kde.org)
(Called from KBugReport dialog)
Comment 1 Maksim Orlovich 2002-09-12 03:32:30 UTC
Got fixed in the pre-3.1 table rendering rework.