Closed
Bug 211840
Opened 22 years ago
Closed 21 years ago
page layout broken if page contains a link with a german umlaut within a table
Categories
(Core :: Layout, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 113779
People
(Reporter: thieme, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4) Gecko/20030624
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4) Gecko/20030624
If a page contains a table with a center or right aligned column and within that
column exists a link which contains a german umlaut, for instance:
<a href="http://www.muenchen.de">München</a>, the link requests a very large
area, breaking the page layout
Reproducible: Always
Steps to Reproduce:
the following html code should do the thing:
<html>
<body>
<table>
<tr>
<td align="center">
<a href="http://www.mozilla.org/>Hello Wörld</A>
</td>
</tr>
</table>
<hr>
Hey Ho
</body>
</html>
Updated•22 years ago
|
Summary: page layout borken if page contains a link with a german umlaut within a table → page layout broken if page contains a link with a german umlaut within a table
Comment 1•22 years ago
|
||
The link on the given URL with that character WFM 20030627 PC/WinXP.
Comment 2•22 years ago
|
||
do you mean that there is a big space under the link? if so, this is a dupe of
bug 113779, which is already fixed on the trunk.
Whiteboard: DUPEME
Comment 3•21 years ago
|
||
*** This bug has been marked as a duplicate of 113779 ***
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•