https://bugzilla.novell.com/show_bug.cgi?id=395709 User rlihm@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=395709#c5 Robert Lihm <rlihm@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |rlihm@novell.com Status|NEW |NEEDINFO Info Provider| |abauer@novell.com --- Comment #5 from Robert Lihm <rlihm@novell.com> 2008-07-23 12:53:02 MDT --- Interesting! Well, my first shot is ... firefox get the wrong height of the <code>-tag. I guess it worked with the old layout. That means there is some ware a CSS problem. --- # used JS function autoscroll() { window.scrollTo( 0, document.getElementById('log_space').clientHeight ); scrolldelay = setTimeout( 'autoscroll()',100 ); } # used HTML <code id="log_space">...</code> --- Andreas ... any ideas? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.