Closed
Bug 125285
Opened 23 years ago
Closed 23 years ago
Anchors in the hidden area of a clipped div are still active
Categories
(SeaMonkey :: General, defect)
Tracking
(Not tracked)
People
(Reporter: sarbona, Assigned: asa)
Details
Attachments
(1 file)
322 bytes,
text/html
|
Details |
This source code reproduces the clipping error:
<html>
<body>
<div style="position:absolute; left:100; top:100; clip:rect(0 140 140 0);
overflow:hidden;">
<table border="1">
<tr><td><img width="200" height="100"></td></tr>
<tr><td><a href="#">The link can be clicked outside
clip</a></td></tr>
</table>
</div>
</body>
</html>
The anchor can be clicked even outside of the clipping area.
This clipping sample has been correctly tested in IE 4.x, 5.x and 6.x, and NS
4.5x and 4.7x.
The errors have been detected in W2000/NS 6.01, W98/NS 6.2, and W2000/Mozilla
0.9.8.
Comment 1•23 years ago
|
||
Simplified testcase, removed table and image, valid HTML and CSS.
Comment 2•23 years ago
|
||
Duplicate of "[EVENTTARG]mouse events don't pass through clipped element"
*** This bug has been marked as a duplicate of 35274 ***
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•