Closed
Bug 60371
Opened 24 years ago
Closed 22 years ago
slow scrolling of the text field using mouse
Categories
(Core :: Layout: Form Controls, defect, P3)
Tracking
()
VERIFIED
FIXED
mozilla1.1alpha
People
(Reporter: shao, Assigned: kinmoz)
References
()
Details
(Keywords: perf)
Produced using nightly 2000111521 under Linux.
When scrolling using mouse, it is very very slow.
I also tried NS6 on win32 and it is very very fast.
Comment 1•24 years ago
|
||
WIN2k build 2000111404
I can´t use my mouse to scroll it this form !
I always scroll the page !
Comment 2•24 years ago
|
||
This is a dupe but I can not find it. :-(
Summary: when scrolling in the form text field using mouse, it is VERY slow → [DUP]when scrolling in the form text field using mouse, it is VERY slow
Comment 3•24 years ago
|
||
seems to scroll OK for me, linux build 2000-12-05-08
Comment 4•24 years ago
|
||
I'm confirming this bug as
a) it's certainly slower than it should be
b) I can't see any dups that relates to textareas.
Basically, if I drag the textarea's scrollbar it does seem to jerk the
display... gkrellm indicates that during the update cpu shoots to 100% usage.
What I would expect is perfectly smooth scrolling, but I guess we haven't seen
this problem before because this example uses a lot of text.
My machine: K6-2 300, Debian Woody, XF4.0.1, 256Mb RAM, mozilla 2000120808.
Adding perf keyword and updating summary.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Keywords: perf
Summary: [DUP]when scrolling in the form text field using mouse, it is VERY slow → slow scrolling of the text field using mouse
Comment 6•24 years ago
|
||
asking kin to take a look at this one
Assignee: beppe → kin
Target Milestone: --- → mozilla0.9
Assignee | ||
Comment 10•23 years ago
|
||
Bulk move of mozilla1.0 bugs to mozilla.1.0.1. I will try to pull some of these
back in if I can.
Target Milestone: mozilla1.0 → mozilla1.0.1
Comment 11•23 years ago
|
||
Related to bug 52005?
Comment 12•23 years ago
|
||
Status update: This page WFM on 2002050504 win32 on win2kpro.
Comment 13•23 years ago
|
||
WFM Linux/2002051507; seems fixed
Comment 14•22 years ago
|
||
WFM with Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.0.0+) Gecko/20020531 and RC3
Please have a look on bug 100951 !
Any problmes seen (with other OS) to set this bug FIXED or WFM?
Can we close this bug ? keywords --> qawanted ?
Assignee | ||
Comment 15•22 years ago
|
||
The nsBlockFrame.cpp and nsBox.cpp changes in 141900 fix a problem where
scrollbars were causing things outside of textareas to reflow. That is reflow
commands generated by setting attributes on the scrollbar, or dragging the
scrollbar slider were being propogated up the parent frame hierarchy.
An example of a page that had terrible scrolling performance prior to the
checkins for bug 141900 is:
http://www.wikipedia.com/wiki/September_11,_2001_Terrorist_Attack/New_York_Times_stories&action=edit
I'm going to assume that the problem reported here was the same thing. Please
reopen if it still happens in a trunk build from 06/14/02 8am or later.
Status: ASSIGNED → RESOLVED
Closed: 22 years ago
Depends on: 141900
Resolution: --- → FIXED
Target Milestone: mozilla1.0.1 → mozilla1.1alpha
Comment 16•22 years ago
|
||
verifying on build 2002-07-02-04-trunk on linux redhat
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•