Bug 134819

Summary: CSS overflow:hidden plus border-bottom offests clickable area of elements
Product: [Applications] konqueror Reporter: Aldrik <Aldrik>
Component: generalAssignee: Konqueror Developers <konq-bugs>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Ubuntu   
OS: Linux   
Latest Commit: Version Fixed In:
Attachments: testcase

Description Aldrik 2006-09-28 23:31:54 UTC
Version:           3.5.4 (using KDE KDE 3.5.4)
Installed from:    Ubuntu Packages
OS:                Linux

Short description says it all really, here's a example...

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>

<head>
  <title>bug test</title>
  <meta name="GENERATOR" content="Quanta Plus">
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  <style type="text/css">
   div { overflow:hidden; border-bottom:20px solid #fff; }
  </style>
</head>
<body>
<div>
With out 20px above the link within the div you can never click it.<br><br>
Need to click 20px above <a href="#">this link</a> for some reason (this also effects form elements).
</div>

</body>
</html>
Comment 1 Philip Rodrigues 2006-09-29 00:25:13 UTC
Created attachment 17958 [details]
testcase

Testcase attached for ease of saving
Comment 2 Maksim Orlovich 2006-09-29 00:53:20 UTC
Fixed in 3.5.5...

*** This bug has been marked as a duplicate of 133132 ***