http://www.kryogenix.org/days/2005/01/31/favatars
also suffers from https://bugzilla.mozilla.org/show_bug.cgi?id=280041
Should be fixed with that patch.
Uhm...
http://www.kryogenix.org/days/2005/01/31/favatars
Another overflow:hidden focus bug seen on the right column on http://weblogs.mozillazine.org/roc/
<html><head><title>Well, I'm Back</title>
<style>
#right {float: right; overflow: hidden; }
</style>
<body>
<div id="right">
<div style="width:300px;height:253px;border:1px solid green;"></div>
<table style="height:200px;"><tbody>
<tr><td><a href="#">Focusing this should not change anything</a></td></tr>
</tbody></table>
</div>
</body></html>
http://lxr.mozilla.org/seamonkey/source/docshell/base/nsDocShell.cpp#3855
When having padding in textarea, and begin selection in padding area, you can't drag select scroll up or down