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)

x86
Windows 2000
defect

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>&nbsp;<b>Bayern M&uuml;nchen</b>&nbsp;</td> <td>&nbsp;<a href="whatever">Bayern M&uuml;nchen</a>&nbsp;</td> Non-buggy examples: <td>&nbsp;Bayern M&uuml;nchen&nbsp;</td> <td><b>Bayern M&uuml;nchen</b></td> <td>&nbsp;<b>Bayern M&uuml;nchen</b></td> <td>&nbsp;<b>BayernM&uuml;nchen</b>&nbsp;</td> <td>&nbsp;<b>Bayern München</b>&nbsp;</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>&nbsp;<b>Bayern M&uuml;nchen</b>&nbsp;</td> </tr> </table> </body> </html>
Attached file reporter's testcase
worksforme, linux build 20020702
Bug 154872 is a duplicate of this one
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.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Priority: -- → P4
*** Bug 154872 has been marked as a duplicate of this bug. ***
I haven't seen this for some time now. worksforme, Windows 2000 build 2002091908.
Target Milestone: --- → Future
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.
*** Bug 190451 has been marked as a duplicate of this bug. ***
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.
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.
mass reassign to default owner
Assignee: karnaze → table
QA Contact: amar → madhur
Target Milestone: Future → ---
Target Milestone: --- → Future
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.
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 ago21 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: