Closed
Bug 75696
Opened 24 years ago
Closed 23 years ago
wrong table layout - wraps to new line
Categories
(Core :: Layout: Tables, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: dominik.tappe, Assigned: karnaze)
References
()
Details
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; 0.8.1)
BuildID: 2001041104
The contents of the table cell should be displayed in the same row. The HTML
code seems to be silly ( because there is another data cell with 100% width),
but nevertheless all other browsers display it correctly (IE, Opera and Netscape
4.X)
Reproducible: Always
Steps to Reproduce:
load the page
The two images should be displayed in the same line. (At least all other
browsers do that.)
<table>
<tr>
<td><img src="banner_r.gif"><img src="banner_r.gif"></td>
<td width="100%">test</td>
</tr>
</table>
Updated•24 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
Reporter | ||
Comment 2•23 years ago
|
||
After the fixes for bug 32191 I tried it again.
But the bug is still there, both in 0.94 and latest Build.
Status: RESOLVED → UNCONFIRMED
Resolution: DUPLICATE → ---
Comment 3•23 years ago
|
||
WFM using 2001091403 Win2k. Dominik, could you post a screenshot?
Reporter | ||
Comment 4•23 years ago
|
||
They changed the main page www.uni-essen.de to work with Mozilla.
Simply click one of the links at the top (for example Studium)
This page (http://www.uni-essen.de/studium/studium.html) should have the same
layout as the main page, but Mozilla still wraps every image to a new line.
I also checked the testcases for bug 32191 and they are still displayed wrong.
I use Win98.
Assignee | ||
Comment 6•23 years ago
|
||
*** This bug has been marked as a duplicate of 97619 ***
Status: NEW → RESOLVED
Closed: 24 years ago → 23 years ago
Resolution: --- → DUPLICATE
Comment 7•23 years ago
|
||
Reopening: The fix for bug 97619 has been checked in on 2001-09-08 12:30, but
I'm still seeing this bug on 2001091403 Win2k.
Status: RESOLVED → REOPENED
Resolution: DUPLICATE → ---
Reporter | ||
Comment 8•23 years ago
|
||
After updating my Mozilla I noticed that finally this is fixed in Mozilla 0.9.5
on Win98.
Status: REOPENED → RESOLVED
Closed: 23 years ago → 23 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•