This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 94717

Summary: Box model of the table seems to be not correct
Product: obsolete Reporter: bugbridge <bugbridge>
Component: visualwebAssignee: Peter Zavadsky <pzavadsky>
Status: NEW ---    
Severity: blocker CC: pzavadsky
Priority: P2    
Version: 5.x   
Hardware: PC   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description bugbridge 2007-02-06 19:28:27 UTC
Original status: 3-Accepted; Suggested Status: NEW


Original submitter: pzavadsky

Description:
See also the issue #6477950, where it started.

It seems that the table box model is not correct, see:
http://www.w3.org/TR/CSS21/tables.html#q7

From the spec it seems, there should be generated boxes representing the rows,
row groups, columns and column groups in the table.
Current impl in the designer (see TableBox) doesn't do that.
That translates into the issue above.

Evaluation:
Yes, the box structure generated for the table seems to be not according the
spec, it needs to be checked and provided a new better one.