Closed
Bug 2736
Opened 26 years ago
Closed 26 years ago
Table must be re-sized to render correctly
Categories
(Core :: Layout, defect, P2)
Tracking
()
VERIFIED
FIXED
M4
People
(Reporter: paulmac, Assigned: karnaze)
References
()
Details
(Whiteboard: (04/07) 3jrgm@qlink.queensu.ca -- review complete (test case filed))
Using 1/27 Optimized build on win95, the table at the very bottom of the page
does not render correctly (the text is outside the table) until a re-size
happens. Looks okay on Unix 1/27 build. Not sure if this should go to a render
person or layout person.
The table in question says "The Lord of the Rings site is owned my Mark
Anderson"
Reporter | ||
Comment 2•26 years ago
|
||
Hmmm, happens on both my win95 machines with 1/28 build. I've asked a couple
other people to check it out. Maybe a platform specific rendering problem. Or is
that redundant.
Comment 3•26 years ago
|
||
Verified that there's a rendering problem on 1.28.99 optimized build on my NT
system (at bottom of page)
Reporter | ||
Updated•26 years ago
|
Status: RESOLVED → REOPENED
Reporter | ||
Comment 4•26 years ago
|
||
Troy, can you check again? Maybe try an optimized build?
ftp://sweetlou/products/client/seamonkey/windows/32bit/x86/Jan28/
Re-opening for a double-check.
Comment 5•26 years ago
|
||
Using the 1/28 release build and testing on Win 95 and Win NT. Verified that
this is a bug on both platforms.
Reporter | ||
Comment 7•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
Assignee | ||
Updated•26 years ago
|
Resolution: WORKSFORME → ---
Assignee | ||
Comment 8•26 years ago
|
||
The problem may be with an optimized build. There is another problem - the
images in the table near the bottom are clipped.
Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Updated•26 years ago
|
Whiteboard: (04/07) 3jrgm@qlink.queensu.ca -- review complete (test case filed)
Comment 9•26 years ago
|
||
Viewing this page with April06 nightly build win95 opt:
1) The table at the bottom lays out correctly and I believe this
bug is FIXED for that issue. (See also : bug 1474, on 03/03/99 --
buster@netscape.com fixed the width=nn%, opt, win32, table bug).
2) The images at the bottom do not appear to clipped to me.
3) Doh. There is a remaining problem on this page. The LABELs for the
FORMs show up as white squares on the black background.
Example:
<html><BODY BGCOLOR="#000000" TEXT="#FFFFFF">
<FORM method=post action="whatever">
<TABLE>
<TR>
<TD ALIGN=LEFT><I><LABEL for="siteid">Site ID:</LABEL></I></TD>
<TD><INPUT type="text" name="id" size=20 id="siteid" tabindex="16"></TD>
</TR>
<TR>
<TD ALIGN=LEFT> </TD>
<TD ALIGN=CENTER><INPUT type="submit" value="Edit" tabindex="18">
<INPUT type="reset" value="Clear" tabindex="19"></TD>
</TR>
</TABLE>
</FORM>
</body></html>
The problem appears to be that the LABELs background is not inheriting from
the BODY (and, in this case, 'white' text on 'white' shows no text). However
if you play with the colors, you can see that the text is there, but the
background color does not inherit.
Comment 10•26 years ago
|
||
Okay. I see that 'kcanders@mvp.net' has opened a bug on the 'white labels'
(point (3) above).
So ... Since this page is FIXED for (1) and (2) above, and (3) is a DUPLICATE
then I am going to paste my test case over at bug #3720 and recommend that
ChrisK (if I can call you ChrisK ;) mark this as FIXED. Cheers.
Assignee | ||
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago → 26 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 11•26 years ago
|
||
John, you can call me anything you like. You can also mark bugs fixed in the
future, since I will be notified and hence reminded to go capture the test case
and put it in my regression tests.
Reporter | ||
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Reporter | ||
Comment 12•26 years ago
|
||
Verified on the original bug.
You need to log in
before you can comment on or make changes to this bug.
Description
•