Closed
Bug 113069
Opened 23 years ago
Closed 22 years ago
Serious faults in display of table, displaying spurious table borders in some areas and failing to display a border in other areas
Categories
(Core :: Layout: Tables, defect)
Tracking
()
Future
People
(Reporter: editor, Assigned: karnaze)
References
()
Details
(Whiteboard: [awd:tbl][p3])
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Win95; en-US; rv:0.9.6) Gecko/20011120
BuildID: 2001112009
This fault occurs on a page which, according to your introduction, will be
displayed in Quirks mode, as it has no doc type declaration, but the html is
standard and very simple. Three screen dumps illustrating aspects of the problem
are to be found at:
http://www.riverman.fsbusiness.co.uk/mozscr6.jpg
http://www.riverman.fsbusiness.co.uk/mozscr6a.jpg
http://www.riverman.fsbusiness.co.uk/mozscr6b.jpg
In summary, there is serious disturbance to the border around a table. In some
places it is missing, in other places it is displayed where it should not be
(i.e., above or below the limits of the table is appears to belong to). There is
also disturbance to the background image, which appears to be connected to the
border disturbance but may not be. There is NO non-standard html code used on
the page. The problem is exacerbated by scrolling, particularly close to the top
of the page, when the disturbance in the background image manifests itself. I
must emphasise that there is no non-standard code here: the reader is invited to
look at it.
Some aspects of the bug appear every time reliably: the border problems at the
top of the page. Border disturbances further down, and disturbances in the
background image, are less reliable, but appear 30-50 per cent of the time.
Reproducible: Always
Steps to Reproduce:
0. Please look at the screen shots. In each case, the upper image is Moz 0.9.6,
the lower IE5.5sp2.
1. Go to http://www.riverman.fsbusiness.co.uk/events.html
2. Part of the problem is immediately visible, at the top of the page, with
spurious table borders where there is no table. (Check the code.)
3. Scroll a little way down and fidget the page up and down to reproduce other
aspects of the problem.
Actual Results: Disturbance in the display of table borders and, less reliably,
in the background image around the table are observed.
Expected Results: See lower image in screen shots, from IE5.5sp2. Clean
borders, consistent background image.
Here is the beginning of the page code for the page cited. (The Java replace
routine is used widely on my site, and causes no problems.)
<!-- This page was built 26/5/00 by Simon Harvey -->
<script language="javascript">
<!--
if (top==self) self.location.replace("events.html");
//-->
</script>
<html>
<head>
<meta http-equiv=Content-Type content="text/html; charset=windows-1252">
<title>Arts events on the Tortoise Pages</title>
<script language="JavaScript">
function litandtalks() {
props=window.open('rfh-lit-x.html','eventspop','toolbars=0,scrollbars=1,location=0,statusbars=0,menubars=0,resizable=1,width=590,height=400');
}
</script>
</head>
<body bgcolor=#bababa background=wp.jpg link=#c8810b alink=#bbccbb vlink=#777777>
<link rel="stylesheet" type="text/css" href="styles.css">
<center>
<!-- masthead table -->
<!--1--><table width=550 border=0 cellpadding=0>
<td align=left>
<!-- title banner table table -->
<!--2--><table border=1 cellpadding=2>
<tr>
<td align=center bgcolor=#101010>
<img src=labelev.jpg>
</td>
</tr>
<tr>
<td align=center valign=bottom bgcolor=#101010>
<div class=arialdate>
<SCRIPT LANGUAGE="JavaScript">
today=new Date();
day=today.getDate();
year=today.getYear();
month=today.getMonth()+1;
if (month==1) name=("January");
else if (month==2) name=("February");
else if (month==3) name=("March");
else if (month==4) name=("April");
else if (month==5) name=("May");
else if (month==6) name=("June");
else if (month==7) name=("July");
else if (month==8) name=("August");
else if (month==9) name=("September");
else if (month==10) name=("October");
else if (month==11) name=("November");
else name=("December");
if (year<2001) year="2000";
document.write(day + " " + name + ", " + year);
</SCRIPT>
</div>
</td></tr>
<!--1--></table>
</td>
<td align=right valign=bottom>
<img src=bisonewstr.gif>
</td>
<!--0--></table>
<br>
<!-- events table outer -->
<!--1--><table cellpadding=0 width=550 border=2>
<td align=center bgcolor=#eaeae7>
<!--2--><table width=100% cellpadding=30>
<td valign=middle align=center bgcolor=#dadad7>
<!--3--><table cellpadding=30 width=100% border=0>
<td bgcolor=#eaeae7>
<p class=wideline align=justify>Apart from the exhibitions listed below, there
are links on the button-bar to three other sources of events information:
AbsoluteArts, The Gallery Channel (superb for Britain) and Artstar.</p>
<p class=wideline align=justify>Links to gallery web-sites are on the Visual
Arts Links page: click the links button on the button-bar.</p>
</td>
<!--2--></table>
</td>
<!--1--></table>
<br>
<!-- events table inner -->
<!--2--><table width=500 cellpadding=0 border=0>
<td bgcolor=#909090>
<!--3--><table border=2 cellpadding=7>
<tr>
<td width=20 valign=middle align=center bgcolor=#353535>
<a href=http://www.metmuseum.org/special/ target=metmus><img src=arryb.jpg
alt="The Metropolitan Museum of Art, New York: current exhibitions"></a>
</td>
<td bgcolor=#e4ede4 class=normal align=left>
<b>The Metropolitan Museum of Art, New York</b><br>
<i>current exhibitions</i>
</td></tr>
............................
Please see the screen shots on file mozscr6a.jpg for disturbance at the top of
the page. For disturbances further down, see mozscr6.jpg and mozscr6b.jpg (all
in http://www.riverman.fsbusiness.co.uk/).
None of the problems shown in the screenshots are visible on a current linux CVS.
WFM.
Comment 2•23 years ago
|
||
WFM Linux 201113021
Comment 3•23 years ago
|
||
WFM, win98SE, 2001112903
Works fine here too W2k 2001-12-01-08. Please try a nightly build from:
http://ftp.mozilla.org/pub/mozilla/nightly/latest/
uh oh. Going back there today to re-check, i see mispaintings.
Some of the side gifs appear/disappear when scrolling.
Grab slider and drag down/up from top of page to see remnants of borders
painting randomly. Confirming bug.
Status: UNCONFIRMED → NEW
Ever confirmed: true
OS: Windows 95 → All
Reporter | ||
Comment 6•23 years ago
|
||
Appears to happen only on W95.
Reporter | ||
Comment 7•23 years ago
|
||
Bug still present on build 2001120108 -- see screen shot at this URL:
http://www.riverman.fsbusiness.co.uk/mozscr6c.jpg
This may be W95-only -- everyone else seems wfm.
Assignee | ||
Comment 8•23 years ago
|
||
Temporarily moving to future until a milestone can be assigned.
Status: NEW → ASSIGNED
Target Milestone: --- → Future
Comment 10•23 years ago
|
||
I am not seeing this on win2k with newest build. I dont have a win95 machine, is
there someone who can retest this. I will go and test on Linux.
Whiteboard: [awd:tbl][p3]
Reporter | ||
Comment 11•23 years ago
|
||
I've just tested this for the first time on 98, and it's showing an extra quirk:
the vertical scroll button all but disappears. There's a screen shot at
http://www.riverman.fsbusiness.co.uk/mozscr11.jpg
on which the red circles are highlighting the semi-missing scroll button and the
problems with the table frames.
I think this bug must be related to video memory management, as it only seems to
occur on this very large page --
http://www.riverman.fsbusiness.co.uk/eventsx.html
which is all in the form of a table.
S.H.
Comment 13•23 years ago
|
||
This looks to be a duplicate of bug #86249
Comment 14•22 years ago
|
||
this is certainly a dupe
*** This bug has been marked as a duplicate of 86249 ***
Status: ASSIGNED → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•