Closed
Bug 155689
Opened 23 years ago
Closed 21 years ago
Center- or right-aligned table cell w HTML entities gets extremely high
Categories
(Core :: Layout: Tables, defect, P4)
Tracking
()
RESOLVED
DUPLICATE
of bug 113779
Future
People
(Reporter: jonas.li, Unassigned)
References
()
Details
Attachments
(4 files)
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.1a+) Gecko/20020703
BuildID: 2002070310
A certain mix of center/right alignment, HTML entities, spaces and inline tags
causes table cells to be rendered extremely high.
The following combination seems to trigger the bug:
1) center- or right-aligned table cell, i.e.
<tr align="center"><td>...
<td align="center">...
<td style="text-align: center">...
or dito with right instead of center.
2) HTML entities, spaces and inline tags in the cell
Buggy examples:
<td> <b>Bayern München</b> </td>
<td> <a href="whatever">Bayern München</a> </td>
Non-buggy examples:
<td> Bayern München </td>
<td><b>Bayern München</b></td>
<td> <b>Bayern München</b></td>
<td> <b>BayernMünchen</b> </td>
<td> <b>Bayern München</b> </td>
Reproducible: Always
Steps to Reproduce:
1. Run test case.
Actual Results: A _very_ high table cell is displayed.
Expected Results: A regular table cell.
Simple test case:
<html>
<body>
<table border="1">
<tr align="center">
<td> <b>Bayern München</b> </td>
</tr>
</table>
</body>
</html>
Reporter | ||
Comment 1•23 years ago
|
||
Reporter | ||
Comment 2•23 years ago
|
||
Comment 3•23 years ago
|
||
worksforme, linux build 20020702
Comment 4•23 years ago
|
||
Bug 154872 is a duplicate of this one
Reporter | ||
Comment 5•23 years ago
|
||
Correction: this bug is not always reproducible, i.e. right now the test case
works as expected, using the same build. http://dn.se also works fine, for the
moment.
Updated•23 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Priority: -- → P4
Comment 6•23 years ago
|
||
*** Bug 154872 has been marked as a duplicate of this bug. ***
Reporter | ||
Comment 7•22 years ago
|
||
I haven't seen this for some time now.
worksforme, Windows 2000 build 2002091908.
Updated•22 years ago
|
Target Milestone: --- → Future
Comment 8•22 years ago
|
||
Bug is still present in Mozilla 1.2.1 version for PC. With the same look as the
2002-07-30 bug report image. Also, some rendering of "www.aftonbladet.se" also
fails.
Comment 9•22 years ago
|
||
*** Bug 190451 has been marked as a duplicate of this bug. ***
Comment 10•22 years ago
|
||
At the following URL the same phenomenon appears outside of a table:
http://spraakbanken.gu.se/lb/konk/
I attachen a screenshot of it. I marked the text to illustrate where the problem
seems be (between the first </b> and the first </a>. A table appears not until
further down. The text iteslf is surrounded by the following code:
</p>
<a HREF="instruktion.html"><b>Instruktioner</b> till hur du söker
i konkordanserna hittar du här</a>.
Mer information om korpusarna hittar du nedan och på
<a HREF="Logos/konkinfo.html" TARGET=_top>sidan med information om
konkordanserna</a>. Se även <a HREF="rom/index.html" TARGET=_top>de spanska
konkordanserna</a>.
<font COLOR=#000099>
<h3>Korpusarnas storlek</h3>
</font>
<p>
Also, at this point I couldn't use the function "View Selection Soure" more than
one time.
Comment 11•22 years ago
|
||
Comment 12•22 years ago
|
||
Another example of what might be the same problem but it creates space
horizontally instead:
http://www.novell.com/coolsolutions/tools/1347.html
I can provide screenshot if necessary.
Comment 13•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
Comment 14•22 years ago
|
||
Works for me at reported site, but I can confirm a rendering problem at the
novell site and http://spraakbanken.gu.se/lb/konk/. The problem with the latter
may stem from the site using some crazy resizeable frames. I'm using build
2003152504 win XP.
Comment 15•21 years ago
|
||
worksforme with 2004021709 seamonkey build on winXP.
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → WORKSFORME
Status: RESOLVED → REOPENED
Resolution: WORKSFORME → ---
*** This bug has been marked as a duplicate of 113779 ***
Status: REOPENED → RESOLVED
Closed: 21 years ago → 21 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•