Mozilla stuff

Uhm...

2005-01-31

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.

2005-01-26

http://lojjic.net/blog/index.rdf.html
and using toggle_style2 weird onmouseover display

2005-01-20

https://bugzilla.mozilla.org/show_bug.cgi?id=263698

2005-01-18

http://politiken.dk/VisArtikel.iasp?PageID=1
Slow focusing of the links

2005-01-17

http://www.xulplanet.com/references/xpcomref/ifaces/nsIScrollable.html

2005-01-16

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>

2005-01-14

http://lxr.mozilla.org/seamonkey/source/docshell/base/nsDocShell.cpp#3855
nsDocShell::GetScrollbarVisibility

2005-01-10

When having padding in textarea, and begin selection in padding area, you can't drag select scroll up or down

2005-01-08

http://swftools.com/tools-details.php?tool=8162413051
screen recorder

http://musicmoz.org/Bands_and_Artists/L/Live/Discography/
focus bug

2005-01-05

http://funroll-loops.org/
Focus bug on "Some page"

2005-01-03

mFocusedPopup->OpenPopup(this, NS_STATIC_CAST(nsIDOMElement*, mFocusedInput));