Bug 134819 - CSS overflow:hidden plus border-bottom offests clickable area of elements
Summary: CSS overflow:hidden plus border-bottom offests clickable area of elements
Status: RESOLVED DUPLICATE of bug 133132
Alias: None
Product: konqueror
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Ubuntu Linux
: NOR normal
Target Milestone: ---
Assignee: Konqueror Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-28 23:31 UTC by Aldrik
Modified: 2006-09-29 00:53 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments
testcase (602 bytes, text/html)
2006-09-29 00:25 UTC, Philip Rodrigues
Details

Note You need to log in before you can comment on or make changes to this bug.
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 ***