Closed
Bug 50440
Opened 24 years ago
Closed 21 years ago
[meta] Implement typing/keyhandling optimizations
Categories
(Core Graveyard :: Tracking, defect, P3)
Core Graveyard
Tracking
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: dp, Unassigned)
References
Details
(Keywords: meta)
I am using Friday morning's build. Conincidentally this has the new UI too. I
read a thread where the urlbar was slow because of the UI design. I see all text
fields slow to the point of being unusable.
Reporter | ||
Comment 1•24 years ago
|
||
I meant all text form fields like the this bugzilla comments. Marking dogfood.
Keywords: dogfood
Summary: Typing in all text fields painfully slow on linux → Typing in all text form fields painfully slow on linux
Comment 2•24 years ago
|
||
It is at least fast enough to keep up with my keyboard repeat rate on a 650 MHz
Athlon. Linux build 2000-08-26-08.
sujay, can you see if this is specific to the new modern. Are we as slow in
classic or blue?
Whiteboard: [dogfood+]
I see a huge difference between URL location bar speed and form input tags. It
seems to be not just the text field. For example the "Add CC" is much faster
then "URL" in typing on bugzilla under mozilla. Does anyone else notices that?
For me, I've always noticed this problem, but as mozilla has gotten faster, this
stands out more.
Comment 5•24 years ago
|
||
assigning this to kin for review -- reassign as necessary
Assignee: beppe → kin
Target Milestone: --- → M18
it has gotten substantially better with the latest (as of this writting) build.
Perhaps this is skin related? (or autocomplete lookups?) There is certainly
some room for improvement, as I can easily type faster then it, and sometimes it
stalls... Is there a way to turn off autocomplete lookups to see if it is the
culprit?
Accepting bug ... though the cause of the slowdown reported in this bug (a
regression) was actually caused by the images used in the new modern skin
toolbar ... this has been fixed already which is why caught@prodigy.net noticed
a speedup.
Typing in general is still kind of slow (though not as slow as during the new
modern skin landing), so I'm not sure if I'm supposed to mark this bug fixed or
keep it open? PDT?
Status: NEW → ASSIGNED
Comment 8•24 years ago
|
||
With the fix to the modern skin, text fields aren't too bad in my build; but
anything multiline (multiline textareas, or the composer window) are so
painfully slow that it stops me from using it. This happened sometime between
8/4 (when typing performance was fine) and 8/14.
Hmmmmm, typing in a textarea is significantly faster in viewer than in Mozilla.
Perhaps the difference in speed is caused by JS listeners/controllers used in
Mozilla?
Comment 10•24 years ago
|
||
Thanks to akkana for thinking out loud on IRC about
XULKeyListenerImpl::HandleEventUsingKeyset() ... stubbing out this method
significantly improves typing speed!!!
A rewrite is planned for this method. (Bug #47395) Making this bug dependent on
that one.
Depends on: 47395
Comment 11•24 years ago
|
||
this is the same on macOS, but probably to a slightly lesser extent. Some fields
are fast (url bar, for one), others are middle of the road, others, like the
field I'm typing in right now, are pretty slow (G4 450).
OS: Linux → All
Hardware: Other → All
Comment 13•24 years ago
|
||
Adding myself to Cc list.
Comment 14•24 years ago
|
||
I don't understand where this is still dogfood for Linux or Windows, since it
keeps up with my fastest typing easily. I've gotten into modes where it was
2 CPS, but the general case seems plenty fast.
Comment 15•24 years ago
|
||
hyatt submitted code last night to make xbl key handling much faster (see
news://news.netscape.com/39AF65F2.66DECFFC%40netscape.com), which should make
this bug not an issue for dogfood. since the original symptoms for this
particular bug were caused by new modern slowness (also fixed), this should not
be related to 47395 as it is. also, my cvs pull from this morning is
(comparatively speaking) ridiculously fast.
i'll keep this bug open for tracking, and leave it dependent on 47395. i know
hyatt is planning to migrate the hardcoded browser- and editor-bindings to xbl
(to take advantage of his changes mentioned above), and we might also do the
same change with xul keybindings. this should be dependent on those, and others,
as they arise.
Comment 16•24 years ago
|
||
*** Bug 51233 has been marked as a duplicate of this bug. ***
Comment 17•24 years ago
|
||
updating with info from dup 51233 (typing in textareas is slow). note that the
two crucial blockers at this moment are 47452 and 47395.
Comment 18•24 years ago
|
||
then there's bug 51392
Comment 20•24 years ago
|
||
and, of course, my own bug 50384
Comment 21•24 years ago
|
||
yup, although that might be considered a dup of this bug, since it's sort of
meta-ish...
Depends on: 50384
Comment 22•24 years ago
|
||
Adding mjudge to CC, since 50384 is assigned to him.
Comment 23•24 years ago
|
||
Bug 50384 is in no sense a meta-bug, nor a dup of this bug. It describes a
distinct state that the editor can get into that is orders of magnitude slower
than than usual.
Comment 24•24 years ago
|
||
and bug 52161..
Comment 26•21 years ago
|
||
Old metta bug, with all tracked bugs resolved, marking fixed
Status: ASSIGNED → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
Assignee | ||
Updated•8 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•