Closed
Bug 2809
Opened 26 years ago
Closed 26 years ago
Tables containing comments lay out wrong
Categories
(Core :: Layout, defect, P2)
Tracking
()
VERIFIED
FIXED
M4
People
(Reporter: troy, Assigned: karnaze)
References
()
Details
It seems that comments inside of tables are causing problems and somehow we're
generating frames for them. Assigning to Vidur, and Cc'ing Chris
This also affects www.sfgate.com
Updated•26 years ago
|
Assignee: vidur → karnaze
Comment 1•26 years ago
|
||
I'm guessing that this is table layout code being a bit too fascist about what
type of content can live within it. The comments should be ignored in layout
(their CSS display property is "none" by default).
Assignee | ||
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 4•26 years ago
|
||
The problem with www.pathfinder.com was that nsCSSFrameConstructor allowed
<map>s inside <tr>s to be wrappend in a <td>, <tr>, <table>. Now it doesn't.
www.internet.com is a different problem and there is already a bug on it (2958).
Comments are not the problem and don't even appear to be in the content model.
Updated•26 years ago
|
QA Contact: 1698
Updated•26 years ago
|
QA Contact: 1698 → 4110
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 5•26 years ago
|
||
Looking at the http://www.sfgate.com URL, I compared the page using a 1/29 build
and 3/1 build. Comments are now contained within table. Verifying bug fixed.
You need to log in
before you can comment on or make changes to this bug.
Description
•