Closed Bug 294065 Opened 20 years ago Closed 16 years ago

{inc}table-row-group and table-header-group don't end up in the same anonymous table

Categories

(Core :: Layout: Tables, defect)

x86
Windows XP
defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 148810

People

(Reporter: jepsar, Unassigned)

Details

(Keywords: testcase)

Attachments

(4 files)

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b2) Gecko/20050513 Firefox/1.0+ Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b2) Gecko/20050513 Firefox/1.0+ When I disable and then enable the CSS (Web Developer Toolbar) new cells have got the right size. Reproducible: Always
Attached file testcase
Keywords: testcase
You don´t need an extension to disable style, you can do it from the View menu: Use Style -> none With Style: none the caption 'Vragen' is seen, though it has style display: none The <thead> is shown same width as <tbody>, the column titels 'Naam' through 'verplicht' are sitting right at top of their column, having same width as the column below. Also the titels are bold and underlined.
CSS enabled: View -> Use Style -> Default Style Caption 'Vragen' not seen, as it has style display: none, heading 'Naam' through 'Verplicht' has shorter width than the columns below. the added row is added with short width, disabling style shows it with normal width, reenabling style width stays normal, but width of the <th>s returns to short width.
I see this, but your testcase makes it hard for me (also on little sleep) to comprehend what the intended (both author and spec-wise) styling is. I can tell there is one form of a bug here (at least toggling between style:none and style:default shows that much). I am not confirming until I (or someone else) can tell exactly what the bug is though.
Summary: Dynamicly added cells aren't sized when the tbody overflow is set to auto → {inc}Dynamicly added cells aren't sized when the tbody overflow is set to auto
Whiteboard: [reflow-refactor]
Testcase behaviour doesn't seem to have changed between: - Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.9a1) Gecko/2006120606 Minefield/3.0a (pre-reflow branch) - Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.9a1) Gecko/2006120804 Minefield/3.0a1 (post-reflow branch)
So the basic issue is that there are two table row groups (or rather a table-header-group and a table-row-group) that are kids of a block. I guess we should wrap them in a single table in that case. That code is really not as good as it could be... In any case, not styling your table as a block is the way to go here.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Summary: {inc}Dynamicly added cells aren't sized when the tbody overflow is set to auto → {inc}table-row-group and table-header-group don't end up in the same anonymous table
Whiteboard: [reflow-refactor]
boris isn't your test case WFM? (as this bug?)
marking as dupe (boris please reopen if this is wrong)
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: