Closed
Bug 2475
Opened 26 years ago
Closed 26 years ago
missing external style sheet cascading, bgcolor
Categories
(Core :: Layout: Tables, defect, P2)
Tracking
()
M3
People
(Reporter: mws, Assigned: buster)
References
()
Details
When a <table> unit is embedded inside a <div> unit, the browser cuts off the right side of the table. Also, the justification engine seems to produce erract results when rendering <table>'s embedded within <div>'s.
Perhaps you may consider adding a hyphenation engine. Justification without auto-hyphenation often renders horrendous and unpredictable results.
I hope you improve the printing in the Windows version. The Mac version totally outshines it in terms of rendering what is on the screen.
Updated•26 years ago
|
Status: NEW → ASSIGNED
Comment 2•26 years ago
|
||
per leger, assigning QA contacts to all open bugs without QA contacts according
to list at http://bugzilla.mozilla.org/describecomponents.cgi?product=Browser
Updated•26 years ago
|
Assignee: karnaze → peterl
Severity: critical → major
Status: ASSIGNED → NEW
Summary: Tables in CSS <div> do not render correctly → missing external style sheet cascading, bgcolor
Comment 3•26 years ago
|
||
The table is no longer being cut off (Win32 3/12 debug build). There are still a
couple of problems with this url. The external style sheet referenced in the
main <frame> (http://www.angelfire.com/ms/dhtml/about.html) specifies that the
body has an align=justify, but this isn't getting inherited properly, so the
text of the resume is not justified. Also, the body in the main <frame> document
has a bgcolor specified which isn't showing up.
I am changing the summary and reassigning this to Peter because it looks like a
style problem. Kipp may have some part in this as well, so he is being CCed.
Updated•26 years ago
|
Assignee: peterl → rickg
Comment 4•26 years ago
|
||
The body bgcolor problem is due to the fact that the content sink never sees the
body attributes.
When fixed, please transfer to kipp to fix text justification, which is
currently #ifdef'd off.
Kipp -- the body attribute bug is fixed, waiting to be checked in. Please look
at the justification problem. Peter says you have code that reads "#ifdef
XXX_FIXME" at the offending location.
Graci.
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → DUPLICATE
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•