Closed
Bug 88755
Opened 24 years ago
Closed 23 years ago
Content positioning problems
Categories
(Core :: Layout: Tables, defect)
Tracking
()
VERIFIED
WORKSFORME
People
(Reporter: r.navalinskas, Assigned: karnaze)
Details
(Keywords: testcase)
Attachments
(1 file)
156 bytes,
text/html
|
Details |
There are many sites, where part of content is shown as placed far far away to
the right and you have to scroll in order to reach it, though it was correctly
shown in Netscape 4.7x and MSIE 5.5. Some examples (try with different
browsers): http://www.iona.com , http://www.iona.com/products/ip_ipas_home.htm,
http://lt.telebasket.com/eng . There are many more sites with such a problem
Comment 1•24 years ago
|
||
Minimal code to reproduce this problem :
<style type="text/css">
div.sidebartext { padding:1pt; };
</style>
<table border="1"><tr><td>
<div class="sidebartext"><hr></div>
</td></tr></table>
It's about a <HR> (which always uses maximum width) in a table (which can extend
over 100% in width) in combination with a padding-stylesheet.
Comment 2•24 years ago
|
||
Comment 3•24 years ago
|
||
And for telebasket.com/eng it's an evangelism.. Absolutely senseless. Look for
yourself :
if(document.all)
{
document.write('<table cellSpacing=0 cellPadding=0 bgColor=#000000 border=0
width="150" height="110">');
}
if(document.layers)
{
document.write('<table cellSpacing=0 cellPadding=0 bgColor=#000000 border=0
width="150" height="110">');
}
<tr>..etc..
No comment (except a LOL) to the "webmaster of the day".
Reporter | ||
Comment 4•24 years ago
|
||
The case with <HR> inside a table should be solved somehow. There are many sites
using such a style.
Comment 5•24 years ago
|
||
HTML Tables
Assignee: asa → karnaze
Status: UNCONFIRMED → NEW
Component: Browser-General → HTMLTables
Ever confirmed: true
QA Contact: doronr → amar
Comment 7•23 years ago
|
||
This works for me with linux 2001082722. Can someone confirm w/ windows ?
Updated•23 years ago
|
reporter or Markus: could you provide a screenshot of the problem?
at any rate the testcase seems to wfm on trunk win32 build id 2001092803
Comment 9•23 years ago
|
||
Wfm Linux 2001093006
Wfm W2k 2001092803
Marking wfm.
What you see : A small dot (~2 px) in a table
What you have seen : Nearly endless horizontal table
Status: NEW → RESOLVED
Closed: 23 years ago
Keywords: qawanted
Resolution: --- → WORKSFORME
Whiteboard: WFM, test on windows?
Comment 10•23 years ago
|
||
this bug was fixed sometime back. Verified on 2002010903 trunk WIN2K
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•