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)

defect

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
Severity: minor → normal
key stuff? chris?
Assignee: pinkerton → saari
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
Reassigning as per Don.
Assignee: don → slamm
Target Milestone: --- → M18
Move to M21 target milestone.
Target Milestone: M18 → M21
*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
back to component owner
Assignee: slamm → pinkerton
OS: Windows NT → All
Hardware: PC → All
Target Milestone: M21 → ---
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
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).
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).
Isn't this a dup of bug 71074?
Component: XP Toolkit/Widgets: Menus → XUL
QA Contact: jrgmorrison → xptoolkit.widgets

The bug assignee didn't login in Bugzilla in the last 7 months, so the assignee is being reset.

Assignee: mikepinkerton → nobody
Severity: normal → S3

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.