Closed
Bug 9078
Opened 25 years ago
Closed 25 years ago
Click on a icon in a HTML table creates a big gap under the table
Categories
(Core :: Layout, defect, P3)
Tracking
()
VERIFIED
WORKSFORME
M11
People
(Reporter: HJaegle, Assigned: karnaze)
References
()
Details
Description:
When I click on a icon (image) within a HTML table to follow a link, I get a big gap below of the table.
Steps to reproduce:
I worked offline on a local web-page. But the bug should be work also on the internet page
http://members.tripod.de/flugberge/index1.htm
See also reduced HTML source at the end.
There you will see an image of europe with several flags. When you click on a flag to follow the link, you will get a big gab between this image and the country names below. When you (recenter the page and) click a second time on the flag, the linked page will be opened.
This bug does not appear with the previous version of the Netscape Navigator and MS Explorer.
For this page I used a HTML table with a background image and a second table to overlay the flag images. This "trick" was used to combine .JPG images (lower file size) for the background and .GIF images (better quality) for the flags. Up to now it works fine with Netscape and MS Browsers.
Note: Navigation with the keyboard (alt-left=back, alt-right=forward, pos1=top of page) doesn't work probably.
Used on:
Windows NT Service Pack 3.
Raptor / Mozilla 7, downloaded 30.06.99 17:00
But I hope you can fix it within the next releases. For more information please send me a mail. And: Sorry for my bad english.
Best regards
Heiko Jägle
-----
The reduced HTML source:
<html>
<head>
<meta http-equiv="Content-Type"
content="text/html; charset=iso-8859-1">
<meta http-equiv="Content-Style-Type" content="text/css">
<meta http-equiv="Content-Script-Type" content="text/javascript">
<meta name="Author" content="Heiko Jägle">
<title>Fluggebiete Index</title>
</head>
<body background="pics/backgnd.jpg">
<hr>
<h3><a name="Index">Übersicht:</a> <a
href="#Top"><img src="pics/nav_u.gif"
alt="Zurück zum Seitenanfang" border="0" width="24"
height="22"></a></h3>
<div align="center"><center>
<table border="1" cellpadding="0" cellspacing="0">
<tr>
<td><table border="0" cellpadding="0" cellspacing="0"
width="500" background="pics/map_eu.jpg" height="300">
<tr>
<td><table border="0" cellpadding="0"
cellspacing="0">
<tr>
<td width="90" height="60"> </td>
<td width="100"> </td>
<td width="40"> </td>
<td width="60"> </td>
<td width="90"> </td>
</tr>
<tr>
<td height="30"> </td>
<td> </td>
<td> </td>
<td valign="top"><a
href="index_d/index_d.htm"><img
src="pics/flag_d.gif" alt="xxxxx"
border="0" width="32" height="23"></a></td>
<td> </td>
</tr>
<tr>
<td valign="bottom" height="55"> <a
href="index_xy/index_xy.htm"><img
src="pics/flag_xy.gif"
alt="Sonstige Länder" border="0"
width="32" height="23"></a></td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<caption align="bottom"><font size="1">Bitte in der Karte
gewünschte Flagge anklicken, um zu den entsprechenden
Fluggebieten zu kommen.</font></caption>
</table>
</center></div>
<p align="center"><a
href="index_d/index_d.htm">D-Deutschland</a> | <a
href="index_xy/index_xy.htm">X-Sonstige Länder</a></p>
<hr>
<table border="0">
<tr>
<td><a href="#Top"><img src="pics/nav_u.gif"
alt="Zurück zum Seitenanfang" border="0" width="24"
height="22">zurück zum Seitenanfang</a></td>
</tr>
</table>
</body>
</html>
Comment 1•25 years ago
|
||
This looks simular to the table-reflow bugs such as #7522 #7342 #6954 #8950, so
it's likely a duplicate of at least one of them.
Chris -- I'm sending this your way in case you already know about it. However,
I was not able to reproduce the problem stated here.
Assignee | ||
Updated•25 years ago
|
Status: NEW → ASSIGNED
Target Milestone: M11
Assignee | ||
Updated•25 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → WORKSFORME
Assignee | ||
Comment 3•25 years ago
|
||
I'm not seeing the problem on my WinNT debug Viewer.
Updated•25 years ago
|
Status: RESOLVED → VERIFIED
Comment 4•25 years ago
|
||
With the Aug 6th, I can't reproduce the problem described.
You need to log in
before you can comment on or make changes to this bug.
Description
•