Closed
Bug 2954
Opened 26 years ago
Closed 26 years ago
Last image in this table row doesn't fit in table row (drawn below)
Categories
(Core :: Layout, defect, P3)
Core
Layout
Tracking
()
M8
People
(Reporter: elig, Assigned: karnaze)
References
()
Details
(Whiteboard: [TESTCASE])
Attachments
(1 file)
(deleted),
text/html
|
Details |
* TITLE/SUMMARY
Last image in this table row doesn't fit in table row (drawn below)
* STEPS TO REPRODUCE
0) Launch Viewer
1) Open http://www.real.com or the test case included in the bug report
* RESULT
- What happened
The "Company" bitmap icon is drawn on a line below the toolbar of web site
segments, rather than on the right-end of the line.
I've simplified it down as far as I can take it in the enclosed test case. (i.e.
the problem won't happen if you remove any of the IMG SRCs.)
- What was expected
Behavior identical to IE/Comm.
* REGRESSION
- Occurs On
viewer (2.4.99 optimized build for Mac OS)
viewer (2.4.99 optimized build for Win32 [NT 4, Service Pack 3])
viewer (2.4.99 optimized build for Linux)
- Doesn't Occur On
Communicator 4.5 (RTM Win32)
IE 4.0 (RTM Win32)
* CONFIGURATIONS TESTED
- [Mac] Power Mac 8500/120 (233 Mhz 604e), 64 MB RAM (VM on; 1 MB of VM used),
1024x768 (Thousands of Colors), Mac OS 8.5.1
- [Win32] Vectra VL (233 Mhz P2), 96 MB RAM, 800x600 (True Color), NT 4.0 SP3.
- [Linux] Vectra VL (266 Mhz P2), 32 MB RAM (blech).
* SIMPLIFIED TEST CASE (well, sorta simplified)
<TABLE BORDER="0" WIDTH="600" CELLPADDING="0" CELLSPACING="0">
<TR>
<TD WIDTH=80 ROWSPAN=3 VALIGN=BOTTOM><A HREF="/R/HPnavR/www.real.com/
index.html"><IMG SRC="http://images.real.com/pics/general/rnsite_logo.gif" ALT=
"real.com home" WIDTH="80" HEIGHT="70" BORDER="0"></A></TD>
<TD WIDTH=25 HEIGHT=36 NOWRAP></TD>
<TD WIDTH=520><center><a href="http://www.real.com/products/
index.html?src=house" target="_top"><img src="http://images.real.com/ads/
ra_comeback_slider.gif" alt="Discover RealSystem G2 today!"></a></center></TD>
</TR>
<TR>
<TD WIDTH=520 COLSPAN=2></TD>
</TR>
<TR>
<TD WIDTH=520 COLSPAN=2><A HREF="/R/HPnavR/www.real.com/products/
index.html" TARGET="_top"><IMG SRC="http://images.real.com/pics/general/
navtop_products.gif" ALT="Products" WIDTH="104" HEIGHT="20" BORDER="0" NAME=
"products"></A><A HREF="/R/HPnavR/www.real.com/showcase/index.html" TARGET=
"_top"><IMG SRC="http://images.real.com/pics/general/navtop_showcase.gif" ALT=
"Showcase" WIDTH="104" HEIGHT="20" BORDER="0" NAME="showcase"></A><A HREF="/R/
HPnavR/www.real.com/solutions/index.html" TARGET="_top"><IMG SRC="http://
images.real.com/pics/general/navtop_solutions.gif" ALT="Solutions" WIDTH="104"
HEIGHT="20" BORDER="0" NAME="solutions"></A><A HREF="/R/HPnavR/www.real.com/
devzone/index.html" TARGET="_top"><IMG SRC="http://images.real.com/pics/general/
navtop_devzone.gif" ALT="DevZone" WIDTH="104" HEIGHT="20" BORDER="0" NAME=
"devzone"></A><A HREF="/R/HPnavR/www.real.com/company/index.html" TARGET="_top"><
IMG SRC="http://images.real.com/pics/general/navtop_company.gif" ALT="Company"
WIDTH="104" HEIGHT="20" BORDER="0" NAME="company"></A></TD>
</TR>
<TR>
<TD BGCOLOR="#CCCC99" VALIGN="TOP" WIDTH="600" COLSPAN=3><IMG SRC="/pics/
home/home_beige_top.gif" WIDTH="600" HEIGHT="24" BORDER="0"></TD>
</TR>
</TABLE>
Reporter | ||
Updated•26 years ago
|
Reporter | ||
Comment 1•26 years ago
|
||
[simplified test case posted at http://www.prometheus-music.com/gecko/
bug2954.html for convenience.]
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
Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Updated•26 years ago
|
Target Milestone: M6
Assignee | ||
Comment 4•26 years ago
|
||
Moving to M6.
Assignee | ||
Comment 5•26 years ago
|
||
Moving to M8.
Updated•26 years ago
|
Whiteboard: [MAKINGTEST] -- run2000@geocities.com
Comment 6•26 years ago
|
||
Updated•26 years ago
|
Whiteboard: [MAKINGTEST] -- run2000@geocities.com → [TESTCASE]
Comment 7•26 years ago
|
||
This bug is very similar to bug 3977. Here the table is not honouring the column
widths set by the table cells, causing the navigation button bar to be split into
two rows.
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → DUPLICATE
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 9•26 years ago
|
||
Agreed.This is a duplicate of 3977.
You need to log in
before you can comment on or make changes to this bug.
Description
•