Closed Bug 5964 Opened 25 years ago Closed 25 years ago

[4.xP]Multiple links in a table cell points to first link

Categories

(Core :: Layout: Tables, defect, P3)

x86
Linux
defect

Tracking

()

VERIFIED DUPLICATE of bug 5349

People

(Reporter: pasc, Assigned: ramiro)

Details

If you, for some stupid reason, would like to have several
clickable images in the same table cell, you get some strange
behaviour. The second (and 3rd, 4th ...) link will point to
the same URL as the first (upper left?) link. In the case of
images the behaviour is different between borders and image.

Reproduce by pointing mouse over second image (or bordered
nothing) and it's border and notice the referenced link in
the example below. This works as expected in Netscape
Communicator 4.51 on RedHat 6.0 2.2.5 PII 450

<html>
<body>
<table>
  <tr>
    <td>
      <a href="test1.html">
        <img src="test1.gif" width="245" height="50">
      </a>
      <a href="test2.html">
        <img src="test2.gif" width="245" height="50">
      </a>
    </td>
  </tr>
</table>
</body>
</html>
Assignee: karnaze → ramiro
This is not a problem on WinNT debug. Reassigning to Ramiro.
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
*** This bug has been marked as a duplicate of 5349 ***
Status: RESOLVED → VERIFIED
Verified dup of #5349
You need to log in before you can comment on or make changes to this bug.