Comment 1 for bug 353877

Revision history for this message
In , Buster (buster) wrote :

this was a small coding error on my part related to the new frame creation
strategy. The content has a 4-column table, but provides only a single COL
(actually, just a COLGROUP with no SPAN attribute) so the table frame creation
code synthesizes the other 3 COLs. The COLGROUP frame was getting an Init() for
the first COL, but not the other 3.