Closed
Bug 29055
Opened 25 years ago
Closed 21 years ago
VALIGN not working whith COLGROUP
Categories
(Core :: Layout: Tables, defect, P3)
Tracking
()
mozilla1.0.1
People
(Reporter: u11984, Assigned: glazou)
References
()
Details
(Keywords: helpwanted, testcase)
Attachments
(3 files)
As shown in the test case setting the value of the VALIGN attribute to "top" or
"bottom" doesn't yield the desired result.
Comment 2•25 years ago
|
||
If I see this right, COLGROUP is not working at all: width and halign
specifications are also ignored.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 4•25 years ago
|
||
Mark, this is related to bug 915.
Assignee: karnaze → attinasi
Depends on: col-align-inherit
Updated•25 years ago
|
Status: NEW → ASSIGNED
Comment 6•25 years ago
|
||
Since this attribute is completely failing, adding beta1 to keywords.
Keywords: beta1
Mailed to rickg to mark PDT+ or PDT-.
Whiteboard: [NEED INFO] → [NEED INFO]02/29
Marking PDT-, due to two factors: 1) it's a less common technique in HTML; 2)
the risk of the potential change is unknown. Karnaze: if either assumption is
wrong, please resubmit for beta1.
Whiteboard: [NEED INFO]02/29 → [PDT-][NEED INFO]02/29
Updated•25 years ago
|
Target Milestone: M20
Comment 10•25 years ago
|
||
COL / COLGROUP moving to M16
Comment 11•25 years ago
|
||
PDT- removed; assumed it was from beta1. Please re-review for nsbeta2.
Keywords: beta2
Whiteboard: [PDT-][NEED INFO]02/29 → [NEED INFO]02/29
Comment 12•25 years ago
|
||
COLGROUP style support is looking like it won't make it into Beta2 - it requires
lots of involved changes in both Style and in Table code and we probably won't
have the manpower to get these changes done in time.
Comment 13•25 years ago
|
||
The problem is that COL and COLGROUP support requires coordination between
tables and style; Karnaze and I have spent a bit of time discussing the possible
approaches and they are all either involved or incomplete. The root of the
problem is that COL and COLGROUP do not follow the actual element heirarchy and
so style selectors using COL and COLGROUP require calling into the table code
during resolution to determine which cells are actually in which column. Also,
the DOM can change the column of a cell by insertion or removal of cells and
then we need to determine which cells are affected and re-resolve them. This
complexity is compounded by the fact that the style system has no good generic
mechanism to call into the table code at style resolution time to make the
determinations required, and also Chris K. is busy with much more important
table issues (like collapsed borders).
For these reasons we were hoping to get this off of the nsbeta2 radar (along
with bug 915 which is related).
Comment 14•25 years ago
|
||
Ok..giving a [nsbeta-] gerarodk, erick, and attinasi all agree that this
will not make PR2. Thus, wait until follow up Netscape 6 product.
However, will put on helpwanted keyword radar in case the net community can help
us.
Comment 15•25 years ago
|
||
This should be de-nominated beta2: we decided previously that this was to be
addressed after beta2 (see leger@netscape.com 2000-05-03 12:33)
Comment 16•24 years ago
|
||
Nominating rtm so that we realise that this is another one we said we'd fix but
have ignored for the past _four_ _months_! :-) I fully expect it to be
rtm-'ed...
Gerv
Keywords: rtm
Comment 17•24 years ago
|
||
Gervase, I'm afraid you're right. Marking rtm-.
Whiteboard: [nsbeta2-]02/29 → [nsbeta2-]02/29 [rtm-]
Comment 18•24 years ago
|
||
Nom. nsbeta1. If possible, we'd like to get COLGROUPs working for nsbeta1 and
embedded applications to enable a robust COLGROUP-enabled platform for new
content going forward.
Keywords: nsbeta1
Comment 19•24 years ago
|
||
ekrock: see my comment in bug 915.
Comment 20•24 years ago
|
||
Reassigning to glazman and moving to m1.0.
Assignee: attinasi → glazman
Status: ASSIGNED → NEW
QA Contact: chrisd → amar
Target Milestone: Future → mozilla1.0
Comment 21•23 years ago
|
||
Comment 22•23 years ago
|
||
Bugs targeted at mozilla1.0 without the mozilla1.0 keyword moved to mozilla1.0.1
(you can query for this string to delete spam or retrieve the list of bugs I've
moved)
Target Milestone: mozilla1.0 → mozilla1.0.1
Updated•23 years ago
|
Status: NEW → ASSIGNED
Comment 23•22 years ago
|
||
I just visited one of my own pages (
http://futureboy.homeip.net/bjexec/hodds.exe ) and noticed that Mozilla has
recently started to render COLGROUP's 'hsides' and 'vsides' rules correctly.
The "Testcase from HTML 4.01 specification" attachment that I submitted above
works correctly now also. There has obviously been some work done by someone at
least tangentially related to this problem. In fact, my problems are finally
solved. Thanks to whoever worked on this.
Comment 24•22 years ago
|
||
This applies to horizontal alignment (ALIGN) as well.
Comment 25•22 years ago
|
||
> "Testcase from HTML 4.01 specification" attachment that I submitted above
> works correctly now also.
Really? It doesn't for me(2003-05-xx). I'm afraid it won't until
it's decided as to what to do with CSS vs HTML.. linear inheritance vs 2-d
nature of table...
Comment 26•21 years ago
|
||
This problem can be seen in the rather small
[http://www.rossde.com/op_bulbrd.html]. At about half-way down the page is a
two-column, three-row table (number of rows subject to change).
This problem is visible with Mozilla 1.4RC1 (Mozilla/5.0 (Windows; U; Win98;
en-US; rv:1.4) Gecko/20030529).
Comment 27•21 years ago
|
||
This is a duplicate of bug 915 ...
Comment 28•21 years ago
|
||
*** This bug has been marked as a duplicate of 915 ***
Status: ASSIGNED → RESOLVED
Closed: 21 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•