-
Bug
-
Resolution: Fixed
-
P4
-
1.4.1
-
tiger
-
x86
-
windows_xp
Name: jl125535 Date: 10/24/2002
FULL PRODUCT VERSION :
java version "1.4.0_01"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.0_01-b03)
Java HotSpot(TM) Client VM (build 1.4.0_01-b03, mixed mode)
FULL OPERATING SYSTEM VERSION : XP Pro 5.1.2600 build 2600
JavaHelp V1.1.3
A DESCRIPTION OF THE PROBLEM :
Given a multirow table that uses the <tbody> tag, a hyperlink in the last row
appears like a link, but the mouse cursor doesn't change when I hover over it.
Clicking on the link does nothing. But adding a dummy row after the link
or removing the <tbody></tbody> tags allows the link to work.
For testing, I have created a sample table with only 1 row.
STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
1. Create table with the following:
<table>
<tbody>
<tr>
<td><a href="http://www.funk.com">Funk</a></td>
</tr>
</tbody>
</table>
EXPECTED VERSUS ACTUAL BEHAVIOR :
See above
REPRODUCIBILITY :
This bug can be reproduced always.
---------- BEGIN SOURCE ----------
See above
---------- END SOURCE ----------
CUSTOMER WORKAROUND :
Don't use borders & add a blank row at the end of the
table.
(Review ID: 164572)
======================================================================