[Bug 395709] New: 'Autoscroll' on log viewer scrolls to top, not bottom
https://bugzilla.novell.com/show_bug.cgi?id=395709 Summary: 'Autoscroll' on log viewer scrolls to top, not bottom Product: openSUSE.org Version: unspecified Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: BuildService AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: dominique.leuenberger@tmf-group.com QAContact: adrian@novell.com Found By: --- Hi, I'm using FireFox 3.0RC1 on my Windows XP system. I accessed the OBS, wanted to see the log of a running build. Seelcted 'refresh automatically, which correctly loads all new lines of the buildlog. then select 'automatically scroll', which just seems to scroll up at any time. Even if you move the bar manually down, it is always jumping up. -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=395709 Cyril Hrubis <chrubis@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|bnc-team-screening@forge.provo.novell.com |adrian@novell.com -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=395709 User andreafl@libero.it added comment https://bugzilla.novell.com/show_bug.cgi?id=395709#c1 andrea florio <andreafl@libero.it> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |andreafl@libero.it --- Comment #1 from andrea florio <andreafl@libero.it> 2008-05-30 15:31:40 MDT --- (In reply to comment #0 from Dominique Leuenberger)
Hi,
I'm using FireFox 3.0RC1 on my Windows XP system.
I accessed the OBS, wanted to see the log of a running build.
Seelcted 'refresh automatically, which correctly loads all new lines of the buildlog.
then select 'automatically scroll', which just seems to scroll up at any time. Even if you move the bar manually down, it is always jumping up.
true, same happen with suse 11.0 and suse 10.3 firefox 2 and 3, ie 7 too... -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=395709 User john@curioussymbols.com added comment https://bugzilla.novell.com/show_bug.cgi?id=395709#c2 John Pye <john@curioussymbols.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |john@curioussymbols.com --- Comment #2 from John Pye <john@curioussymbols.com> 2008-06-12 19:36:42 MDT --- +1 Same problem with Firefox 3.0rc1 on Ubuntu Hardy. -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=395709 User jnelson-suse@jamponi.net added comment https://bugzilla.novell.com/show_bug.cgi?id=395709#c3 Jon Nelson <jnelson-suse@jamponi.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jnelson-suse@jamponi.net --- Comment #3 from Jon Nelson <jnelson-suse@jamponi.net> 2008-06-23 11:34:11 MDT --- +1. Same problem firefox current for suse 10.3 -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=395709 User adrian@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=395709#c4 Adrian Schröter <adrian@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|adrian@novell.com |rlihm@novell.com --- Comment #4 from Adrian Schröter <adrian@novell.com> 2008-07-09 02:54:08 MDT --- no problems with konqueror observed here so far. Robert, is there some special for firefox 3.0 ? -- 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.
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.
https://bugzilla.novell.com/show_bug.cgi?id=395709 User abauer@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=395709#c6 Andreas Bauer <abauer@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |abauer@novell.com Status|NEEDINFO |RESOLVED Info Provider|abauer@novell.com | Resolution| |FIXED --- Comment #6 from Andreas Bauer <abauer@novell.com> 2008-08-06 05:41:43 MDT --- fixed in r4611. <code> tags seem to have no height in firefox. using the wrapper div as scroll target works. -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=395709 User martin.mohring@5etech.eu added comment https://bugzilla.novell.com/show_bug.cgi?id=395709#c7 Martin Mohring <martin.mohring@5etech.eu> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |martin.mohring@5etech.eu --- Comment #7 from Martin Mohring <martin.mohring@5etech.eu> 2008-08-06 16:09:15 MDT --- seems to work now. Nevertheless, Refresh also seems not to work and nobody had opened a report for that (I will do that now). -- 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.
participants (1)
-
bugzilla_noreply@novell.com