Closed
Bug 110325
Opened 23 years ago
Closed 22 years ago
Typing is slow in espn.com text widgets
Categories
(Core :: Layout: Form Controls, defect, P1)
Tracking
()
RESOLVED
DUPLICATE
of bug 141900
Future
People
(Reporter: dgrogan, Assigned: kinmoz)
References
()
Details
(Keywords: perf, testcase, Whiteboard: [adt3])
Attachments
(3 files)
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:0.9.5+) Gecko/20011110
BuildID: 20011110
At the page, http://sports.espn.go.com/mlb/players, if you try to enter
information into any of the 3 input boxes on the page, there is a very long
pause between displaying each letter that you inputted. While the browser is
displaying each letter that was typed, you can't scroll the page or click on any
links.
Reproducible: Always
Steps to Reproduce:
1. go to http://sports.espn.go.com/mlb/players
2. try to type in the text boxes to search for a player by last name or the
search on the left
3. watch as the browser stops responding as the text you typed is slowly display
Actual Results: Browser takes a long time to display each character.
Expected Results: The browser to display them as they are typed.
I have the same problem in linux on a newer build, 20011114, but it's not as
bad. Still very noticeable, but not as bad.
Comment 1•23 years ago
|
||
No dupes found. Confirming and marking NEW (2001111503 on Win2k).
Status: UNCONFIRMED → NEW
Ever confirmed: true
Here's a reduced test case based on the http://sports.espn.go.com/mlb/players
page.
The slow down seems to be caused by the interaction between the body's
background image (which is a very wide but short image, containing a run of
white pixels, followed by transparent pixels followed by some blue pixels) and
the Advertisement image in the absolutely positioned div of the right sidebar.
Typing speed is restored to normal if I do one of the following:
1. Remove the background image from the body.
2. Remove the image from the absolutely positioned div.
3. This is a bizarre one ... remove the space between "</div> </div>".
Turns out you don't need the Ad image to reproduce this. I also figured out
that the whitespace between the 2 </div>s may be significant since it adds an
extra line to the absolutely positioned div in the frame tree.
Status: NEW → ASSIGNED
Priority: -- → P3
Summary: input boxes take information slowly → Typing is slow in espn.com text widgets
Target Milestone: --- → mozilla0.9.9
Comment 8•23 years ago
|
||
Theres another bug about a single whitespace character turning a normal page
into something really slow but I can not find it now.
Comment 9•23 years ago
|
||
Performance in the reduced test case and http://sports.espn.go.com/mlb/players
are fine using 2002031803 build on WinXP on a 750Mhz AMD processor. I think the
performance issue was corrected when dcone@netscape.com checked in a performance
fix for tiled background images
Comment 10•23 years ago
|
||
Resolving WFM.
Status: ASSIGNED → RESOLVED
Closed: 23 years ago
Resolution: --- → WORKSFORME
Assignee | ||
Comment 11•23 years ago
|
||
Hmmm, I still see this on my 450Mhz PII running WinNt4 sp5. I can definitely
type ahead of the rendering when visiting the page on espn.com and with the test
cases above.
Status: RESOLVED → REOPENED
Resolution: WORKSFORME → ---
Comment 13•23 years ago
|
||
nsbeta1-. Engineers are overloaded with higher priority bugs.
Updated•23 years ago
|
QA Contact: madhur → tpreston
Comment 14•23 years ago
|
||
This might have something to do with Bug #119318
Assignee | ||
Comment 15•22 years ago
|
||
*** This bug has been marked as a duplicate of 141900 ***
Status: ASSIGNED → RESOLVED
Closed: 23 years ago → 22 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•