Closed
Bug 123623
Opened 23 years ago
Closed 23 years ago
Form text input is slow
Categories
(Core :: DOM: Editor, defect, P3)
Tracking
()
VERIFIED
DUPLICATE
of bug 141900
mozilla1.1beta
People
(Reporter: danielpeng, Assigned: kinmoz)
References
()
Details
(Keywords: perf)
With Mozilla 0.9.8 on a PII-300 running Mandrake Linux 8.1, I can type
significantly faster than Mozilla renders my typing into the textboxes at the
right side of the page.
Oddly, Bug #114945 (Text input into the form's input area) works for me.
Note to myself:
The page is made up of a bunch of absolute positioned divs. Typing in the
textfield in the div positioned on the right is causing all the other divs to
repaint too, so we end up painting the entire page with each keystroke. Need to
figure out why these invalidations/reflows are leaking out of the textfield.
Status: UNCONFIRMED → ASSIGNED
Ever confirmed: true
Priority: -- → P3
Target Milestone: --- → mozilla1.0
I can't access http://140.180.156.177/ anymore, but if I recall correctly, it
was a page with an absolutely positioned textfield, which when you typed in it,
was causing everything below it to reflow and repaint. It also had lots of
images on the page.
I think this page was a combination of all the problems pointed out in 141900.
Daniel, is there anyway we can get access to the page again? Or could you
download a trunk build that is from 06/14/02 8am or later and verify that the
problem no longer exists?
*** This bug has been marked as a duplicate of 141900 ***
Reporter | ||
Comment 6•23 years ago
|
||
Page is available at http://67.80.87.243:8080/ .
Status: RESOLVED → REOPENED
Resolution: DUPLICATE → ---
I just confirmed that typing in the text widgets at http://67.80.87.243:8080/ is
faster than it used to be ... rendering keeps up with my typing fast and
furiously on a 500Mhz PIII running Linux, 1Ghz PIII running Win2k and a Mac G3
running 0S9
Daniel was there a reason why you reopened this bug? If not, I'm going to
re-resolve it as a dup of bug 141900.
*** This bug has been marked as a duplicate of 141900 ***
Status: REOPENED → RESOLVED
Closed: 23 years ago → 23 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•