NDoc Version: ndoc-dev-nightly.zip (2006-05-10)
.NET Framework: 2.0
Visual Studio: 2005
Documenter Template: MSDN & MSDN2
Internet Explorer: 6.0.2900.2180
Firefox: 1.5.0.3
It appears that the generated Tree.js has a problem
running under Firefox. Using
document.documentElement.offsetHeight in Internet
Explorer gives the correct height of the document body,
but Firefox only gives the height of the HTML content
(not the whole frame). The solution is to use
window.innerHeight; though this is only available in
Netscape/Firefox, so I have devised a simple patch to
fix it.
Note that this fix also applies to the MSDN2 version of
Tree.js.
Fixed Tree.js