Closed Bug 88755 Opened 24 years ago Closed 23 years ago

Content positioning problems

Categories

(Core :: Layout: Tables, defect)

x86
Windows 2000
defect
Not set
normal

Tracking

()

VERIFIED WORKSFORME

People

(Reporter: r.navalinskas, Assigned: karnaze)

Details

(Keywords: testcase)

Attachments

(1 file)

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
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.
Attached file Same code again
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".
The case with <HR> inside a table should be solved somehow. There are many sites using such a style.
HTML Tables
Assignee: asa → karnaze
Status: UNCONFIRMED → NEW
Component: Browser-General → HTMLTables
Ever confirmed: true
QA Contact: doronr → amar
bug 60992 seems to be related
This works for me with linux 2001082722. Can someone confirm w/ windows ?
Keywords: qawanted, testcase
Whiteboard: WFM, test on windows?
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
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?
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.

Attachment

General

Creator:
Created:
Updated:
Size: