Closed
Bug 26220
Opened 26 years ago
Closed 1 year ago
menu key commands should only fire one event per kepress
Categories
(Core :: XUL, defect, P3)
Core
XUL
Tracking
()
RESOLVED
WONTFIX
Future
People
(Reporter: staublis, Unassigned)
Details
if you press the keycombination "ctrl+n" and let dem pressed down for more then
a second (what some slow beginner users like my mother will do), a big count of
new windows opens...
solution: the key_down event (dont know how it's called correctly) should only
be called once
i think there is general problems with all keycombinations. hmm what will happen
if you want to send a mail with ctrl+enter and press the combination for a
longer time...
Reproduced. It's not just true for Ctrl-N, but other things, like adding
bookmarks.
1. Open your bookmarks sidebar so you can watch it.
2. On NT, press ctrl-D, and hold for a full second or two.
3. watch your bookmarks list be filled with multiple entries for the current
URL. should only add the URL once.
Opening windows is worse of course since it sucks up so many resources.
Assignee: leger → pinkerton
URL: na
Component: Browser-General → XP Toolkit/Widgets: Menus
QA Contact: cbegle → sairuh
Summary: Keycombination Ctrl+N → menu key commands should only fire one event per kepress
Comment 3•26 years ago
|
||
key down will continue to fire while the key is down. What things like bookmarks need to go on is key press instead
Assignee: saari → don
Comment 6•25 years ago
|
||
*spam*: transferring current XP Menu bugs over to jrgm, the new component owner.
feel free to add me to the cc list (unless am the Reporter) of any of these, if
you have any questions/etc.
QA Contact: sairuh → jrgm
Comment 7•25 years ago
|
||
back to component owner
Assignee: slamm → pinkerton
OS: Windows NT → All
Hardware: PC → All
Target Milestone: M21 → ---
Comment 8•25 years ago
|
||
um, i disagree this is even a bug. It's the standard behavior on macOS to keep
repeating menu commands while the cmdkey combo is pressed.
what about other platforms (where i assume people are complaining)
Target Milestone: --- → Future
Comment 9•25 years ago
|
||
MS-IE5 and MS-Excel (as well as Nav4x and NS6) will continue to execute ctrl-N
while that key combo is held down (e.g., Excel will happily create 500 new
workbooks for you, if you ask it to).
Comment 10•25 years ago
|
||
The bookmarks behaviour that cbegle noted way back when, is no longer
reproducible (possibly because this was handled in application-level code
at some point; there is a kludge in navigator.js to prevent multiple bookmarks
windows from being opened).
Comment 11•24 years ago
|
||
Isn't this a dup of bug 71074?
Component: XP Toolkit/Widgets: Menus → XUL
QA Contact: jrgmorrison → xptoolkit.widgets
Comment 12•3 years ago
|
||
The bug assignee didn't login in Bugzilla in the last 7 months, so the assignee is being reset.
Assignee: mikepinkerton → nobody
Updated•3 years ago
|
Severity: normal → S3
Comment 13•1 year ago
|
||
XUL + no activity for a while. Closing.
Status: NEW → RESOLVED
Closed: 1 year ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•