Closed
Bug 199630
Opened 22 years ago
Closed 22 years ago
Example of sluggish scrolling on page with DHTML menus
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: nick, Unassigned)
References
()
Details
(Keywords: perf)
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.3) Gecko/20030312
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.3) Gecko/20030312
I have a test case to add to bug 21762, for poor DHTML preformance. I wasn't
sure if this should be added as a comment to that bug or separately. My
apologies if I've done it incorrectly.
Crate and Barrel uses DHTML to control some navigation menus on their site.
This causes vertical scrolling to be very slow. The scrolling returns to normal
once you disable Javascript. Scrolling up or down by a single line with the
keyboard works properly, but once you use the mouse wheel to scroll multiple
lines at a time, it gets slow. It should be noted that IE on my Win2000 box,
and konqueror on my Linux box both scroll slowly as well, but still faster than
Mozilla.
I tried stepping through some of the code to get a more specific test case, but
I'm no Javascript expert, and I didn't get very far.
Reproducible: Always
Steps to Reproduce:
1. Go to URL with Javascript enabled
2. Scoll up and down with the mouse wheel
3. Disable Javascript, try scrolling again
Actual Results:
Slow scrolling when Javascript is enabled
Expected Results:
There should be no delay when scrolling up/down the page
Comment 1•22 years ago
|
||
I'm seeing some of this with mozilla trunk on OS X (but not Camino - different
widgets). Using the scroller via the mouse there is some delay for the scrolling
to "take"/start like the scrollbar has been fixed in place, but once it starts
moving its ok.
Blocks: 21762
Hardware: PC → All
Comment 2•22 years ago
|
||
Confirming - Moz 20030328 WinXP.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 3•22 years ago
|
||
Verified Moz 2003032808/WXP SP1
Note that scrolling with the mousewheel is always fast, but dragging the
scrollbar thumb manually is extremely slow.
Reporter | ||
Comment 4•22 years ago
|
||
Hmmm... I visited the Crate & Barrel site again today, and scrolling is just as
fast as can be. I'm using the same Mozilla build, so I wonder if they've
changed their code?
Can someone else verify that scrolling has sped up considerably?
Comment 5•22 years ago
|
||
trunk build 2003041508 on winxp pro, scrolling is fine.
marking wfme ?
Comment 6•22 years ago
|
||
Agree.
Moz 20030414
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•