Closed Bug 104372 Opened 23 years ago Closed 22 years ago

table problem

Categories

(Core :: Layout: Tables, defect)

x86
Windows NT
defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 101600
mozilla1.2alpha

People

(Reporter: youp3, Assigned: karnaze)

References

()

Details

(Whiteboard: [awd:tbl][p3])

since mozilla 0.94,
this page don't display correctly.

I try this today with the Build ID 20011011 but the problem is already present.
Are you referring to the tabs at the top of each box, with titles like Les
Dernières News, Nouveaux Pilotes, etc.?  I see gaps beneath the rounded corner
graphics.  It works in MSIE on Mac OS, but if I increase the text size, it
breaks there too.  Curiously, reducing the text size in Mozilla doesn't fix it.

Here's some HTML to reproduce.  It should be noted that if the DOCTYPE line is
removed, "Box Title" is displayed in a smaller font, and the problem no longer
occurs.

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//FR">
<HTML>
<BODY>

<TABLE CELLSPACING=0 WIDTH=100% CELLPADDING=0><TR VALIGN=TOP><TD>
<P><TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0><tr><td width=10 valign=top><img
src=http://www.clubic.com/i/a2.gif border=0 width=10 height=16></td><td
bgcolor=#FFCD5F><FONT SIZE=2 FACE=Arial,Helvetica COLOR=#000000><B><i>&nbsp; Box
Title &nbsp;</i></B></FONT></TD><td width=10 valign=top><img
src=http://www.clubic.com/i/a1.gif border=0 width=10 height=16></td></TR></TABLE>
<TABLE BORDER="0" CELLSPACING="0" CELLPADDING="1" WIDTH="98%"
BGCOLOR="#FFCD5F"><TR><TD>
<TABLE BORDER="0" CELLSPACING="0" CELLPADDING="3" WIDTH="100%"
BGCOLOR="#FFFFFF"><TR><TD>
text in box
</TR></TABLE>
</TR></TABLE>
</TR></TABLE>
</BODY>
</HTML>

I'm testing with Mozilla/5.0 (Macintosh; U; PPC; en-US; rv:0.9.5+) Gecko/20011011.
->layout
Assignee: asa → karnaze
Component: Browser-General → HTMLTables
QA Contact: doronr → amar
 I dont see any problem with the given url..
Reporter can u describe the exact problem with a testcase if you can  
 The build I used for testing is ID # 2001-09-25-05-0.9.4
Platform : WIN2K
In response to Andy comments :
problem concern effectively the tabs at the top of each box but not only.
Each box lines are on 2 lines!

In response to Amarendra comments :
I'm surprise you don't see any problem.
I try this today with the latest built on NT 4 platform (ID : 2001-10-14-xx) (xx
because I try this to my jobs and I am in my home at present time and I don't
remind the entire ID).
If you want to see the problem, try with mozilla 0.92 or 0.93 and with a recent
version.

I will give you an example tomorrow because I can't reproduce the problem at home.

PS : sorry for my poor english
 I should apologize that the build ID I have provided is incorrected.. I tested 
this bug on NS6.2 Build ID # 2001-10-15-05-0.9.4
Paltform : WIN2k
which I suppose is build on mozilla 0.9.4 and it is latest version..
I still dont see the problem with this build

Hi!
I retry http://www.clubic.com/n at my office with Mozilla ID: 2001101408 always
on NT4 SP5. On this page, I see two problems :
   1) the tabs at the top of each box, with titles like Les Dernières News,
Nouveaux Pilotes, etc. are not well positioned.
   2) information in the box carrying the title "Les Dernières News" is
separated by a white line whereas they should not it be. They should be
displayed as in box "Nouveaux Pilotes".

On page http://www.clubic.com, all the titles as " the news 24h/24 " should not
have a large yellow line below them.  Try with IE for example (sorry) to see
what should be displayed.

after several tests, I wonder whether the problem do not come from the
images. Herewith the code of a page which illustrates my idea :

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//FR">
<HTML>
<BODY>

 <table border="0" cellspacing="0" cellpadding="0">
   <tbody>
     <tr>
       <td width="10" valign="Top"><img src="http://www.clubic.com/i/a2.gif"
border="0" 

width="10" height="16">
       </td>
       <td bgcolor="#ffcd5f"><a href="/n"><font size="2" face="Arial,Helvetica" 

color="Black"><b><i>
&nbsp; Les News 24h/24 &nbsp;</i></b></font></a></td>
       <td width="10" valign="Top"><img src="http://www.clubic.com/i/a1.gif"
border="0" 

width="10" height="16">
       </td>
     </tr>
   </tbody>
 </table>
 <table border="0" cellspacing="0" cellpadding="0" width="100%">
   <tbody>
     <tr>
       <td colspan="4" bgcolor="#ffcd5f"><img
src="http://www.clubic.com/i/blanc.gif" 

border="0" width="1" height="1">
       </td>
     </tr>
   </tbody>
 </table>

</BODY>
</HTML>


I think that the three images are not displayed correctly. But the source
problem is it of the interpretation of the images or the display of images in a
table, I cannot say it.
The problem is already present on build 2001110103
Still present in 0.9.7.  Looks like a duplicate of Bug
<a href="http://bugzilla.mozilla.org/show_bug.cgi?id=62142">62142</a>.
confirming on todays build with windows
just compare the page in IE and 6.x, there is a spacing problem at the top of 
the page (with the tabs).

there is also a layout problem with the black tabs on the white boxes ont he 
right side of the screen. the space between the black tab and the white box has 
a gap in it.

does that help?
Status: UNCONFIRMED → NEW
Ever confirmed: true
Whiteboard: [awd:tbl][p3]
Target Milestone: --- → mozilla1.2
I don't see any problem at the URL http://www.clubic.com/n
The attached examples in this bug is using DOCTYPE:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//FR">

Which triggers standard mode because it ends in //FR
-> dup of bug 101600. (Site now uses //EN)

*** This bug has been marked as a duplicate of 101600 ***
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.