Closed
Bug 235025
Opened 21 years ago
Closed 21 years ago
fails to render table cell background and other styles correctly, even though DOM reports style information as correct
Categories
(Core :: Layout: Tables, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: r.m.hepworth, Unassigned)
References
()
Details
User-Agent:
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6) Gecko/20040206 Firefox/0.8
On the url specified the left hand nav column is styled with a border and
reversed out text using a <div> style. The central table of major links has a
coloured background on each of the cells. Neither of these render correctly.
This was fine in Moz 1.1, 1.2 but IIRC it broke in Moz 1.3. We believed it to be
our code rather than the browser, hence the delay in logging the fault. However,
after a great deal of checking we can find no fault with the code. This has been
verified by others on the css-discuss list. The layout uses nested tables and
renders fine in IE WIN 5,5.5,6 IE Mac and Opera (various versions) but fails on
all Moz 1.3 and above browsers on all platforms.
For ref, the stylesheet is http://www.brad.ac.uk/lss/_private/lssweb2.css
Reproducible: Always
Steps to Reproduce:
1. View the page in IE. View the page in Mozilla or Firefox. The difference is
clearly visible.
2.
3.
Actual Results:
Various elements fail to render correctly even though the DOM Inspector reports
the computed CSS styles to be correct as per the stylesheet.
Expected Results:
Central table cells should have blue-grey background. Left hand nav should have
claret 1px border and reversed-out white on claret header para.
Comment 1•21 years ago
|
||
The problem is the relatively positioned cell.... There are all sorts of
painting issues with such.
Assignee: roc → nobody
Component: Layout: View Rendering → Layout: Tables
QA Contact: ian → core.layout.tables
Whiteboard: DUPEME
Boris, I nail them down one by one, it is always the view that is not in sync.
Rik could you please produce a minimized testcase that demonstrates the problem.
Comment 3•21 years ago
|
||
Worksforme on Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8a)
Gecko/20040507 Firefox/0.8.0+.
the page changed on may 4th, so no testcase and the url doesnt show the problem
anymore ... > wfm, Rik can you still reproduce the problem?
Comment 5•21 years ago
|
||
Marking works for me. If you can reproduce, reopen.
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•