Closed
Bug 170731
Opened 23 years ago
Closed 17 years ago
Linebreak between tags modifies height of cell
Categories
(Core :: Layout: Tables, defect, P3)
Core
Layout: Tables
Tracking
()
RESOLVED
WORKSFORME
Future
People
(Reporter: marcb, Unassigned)
References
()
Details
(Keywords: testcase)
If you look at the source code of this page:
<http://tests.bd.dyndns.org/Mozilla/error1.html>
or <http://users.skynet.be/bk242990/error1.html> if the previous site is offline.
You'll see that rows 1 and 3 of the table end with a "</p></td></tr>". If a
linebreak is inserted after the "</p>", as in cell 1, the height of the cell is
modified.
No problem with NS4.79 and IE, they treat the cells identically.
Browser: Mozilla 1.1, Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.1) Gecko/20020826
Updated•23 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
OS: Windows 98 → All
Hardware: PC → All
Updated•23 years ago
|
Target Milestone: --- → Future
Comment 2•23 years ago
|
||
Confirming with Linux i686 nightly build 21-10-2002.
The same happens with Flash plugin inserted into a table cell:
<td><embed ...><td> is OK, but the following statements add an empty line under
the flash area:
<td><embed ...> </td>
<td><embed ...>
</td>
You have an example in the unrelated bug #173478, giving URL
http://neverwinter-nights.de/ :
an unwanted black line is inserted between the top flash area and pictures below.
this could be a dupe of bug 159234
Comment 4•22 years ago
|
||
mass reassign to default owner
Assignee: karnaze → table
QA Contact: amar → madhur
Target Milestone: Future → ---
Updated•22 years ago
|
Target Milestone: --- → Future
yes this is wfm
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•