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>
Created attachment 17958 [details] testcase Testcase attached for ease of saving
Fixed in 3.5.5... *** This bug has been marked as a duplicate of 133132 ***