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)
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
![]() |
Reporter | |
Comment 1•20 years ago
|
||
Comment 2•20 years ago
|
||
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.
Comment 3•20 years ago
|
||
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.
Comment 4•20 years ago
|
||
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.
![]() |
||
Updated•20 years ago
|
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]
Comment 5•19 years ago
|
||
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)
![]() |
||
Comment 6•18 years ago
|
||
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]
![]() |
||
Comment 7•18 years ago
|
||
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.
Description
•