Closed
Bug 167551
Opened 23 years ago
Closed 23 years ago
after denicing mozilla, pressing ctrl-t (even quickly) produces many tabs
Categories
(Core :: DOM: UI Events & Focus Handling, defect)
Tracking
()
People
(Reporter: wrffr, Assigned: joki)
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.1b) Gecko/20020802
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.1b) Gecko/20020802
When using Control-T to open a new tab window, I'll often inadvertantly get two
new tabs instead of only one. I haven't seen this happen before.
The longer I hold down ctrl-t, the more tabs I get.
Is this really what we want? If so, it might be good to make the delay a bit
larger.
Reproducible: Always
Steps to Reproduce:
1. Hold down Control-T to open a new tab.
Actual Results:
New tabs kept being created as long as I held down the key combination which
slowed my browser down immensely.
Expected Results:
Opened a single new tab.
![]() |
||
Comment 1•23 years ago
|
||
The autorepeat delay is set by the OS, no?
Reporter | ||
Comment 2•23 years ago
|
||
hmm, yes, i played around with it a bit more and autorepeat is set by the os.
what i was seeing is that i'd reniced the mozilla-bin processes to -5 because i
had a couple compiles going at the same time and wanted decent response from the
browser, but with that setting, the autorepeat seems to react differently in
mozilla than in other applications.
with a nice -5 mozilla, hitting control-t results in several new tabs opening.
with a nice 0 mozilla, hitting control-t for the same length of time results in
only one tab opening.
i don't see a similar speedup in other applications. weird.
Comment 3•23 years ago
|
||
See also bug 71074, "Commands should fire on key down, not keypress".
Summary: autorepeat triggers when ctrl-t pressed creating lots of tabs. → after denicing mozilla, pressing ctrl-t (even quickly) produces many tabs
Reporter | ||
Comment 4•23 years ago
|
||
yeah, this looks like a dupe of 71074
Comment 5•23 years ago
|
||
*** This bug has been marked as a duplicate of 71074 ***
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
Updated•23 years ago
|
QA Contact: rakeshmishra → trix
Updated•6 years ago
|
Component: Event Handling → User events and focus handling
You need to log in
before you can comment on or make changes to this bug.
Description
•