Closed
Bug 17439
Opened 25 years ago
Closed 24 years ago
<key alt="true".../> does not work properly
Categories
(Core :: XUL, defect, P3)
Tracking
()
RESOLVED
INVALID
Future
People
(Reporter: bugs, Assigned: saari)
Details
(Keywords: helpwanted, Whiteboard: [nsbeta3-])
CODE:
the following key element:
<key id="fooKey" key="s" command="true" alt="true" shift="true"
onkeydown="foo()"/>
does not work.
WHAT IS EXPECTED:
ctrl+alt+shift+s should invoke the function foo();
WHAT HAPPENS:
nothing.
if alt="true" is removed, ctrl+shift+s works as expected.
note that this works *properly* in my rather ancient 10/12/99 build.
Reporter | ||
Comment 1•25 years ago
|
||
oops, should add: build tested in: 10/28/99
Updated•25 years ago
|
Assignee: trudelle → saari
Target Milestone: M13
Comment 2•25 years ago
|
||
reassigning to saari as p3 for m13
Comment 3•25 years ago
|
||
mass-moving all m13 bugs to m14
Comment 4•25 years ago
|
||
spam: changing qa contact from ckritzer -> paulmac for xul bugs
Assignee | ||
Updated•25 years ago
|
Status: NEW → ASSIGNED
Target Milestone: M14 → M15
BULK MOVE: Changing component from XUL to XP Toolkit/Widgets: XUL. XUL
component will be deleted.
Component: XUL → XP Toolkit/Widgets: XUL
Assignee | ||
Updated•25 years ago
|
Target Milestone: M15 → M16
Comment 6•25 years ago
|
||
Mass-moving all M16 non-feature bugs to M17, which we still consider to be
part of beta2
Target Milestone: M16 → M17
Comment 7•25 years ago
|
||
spam, open xptoolkit qa contact moving over to jrgm
QA Contact: paulmac → jrgm
Comment 9•25 years ago
|
||
mass-moving all bugs to m21 that are not dofood+, or nsbeta2+
Target Milestone: M18 → M21
Assignee | ||
Comment 10•25 years ago
|
||
This should really work by the time we ship (might be working already). nsbeta3
Keywords: nsbeta3
Updated•25 years ago
|
Assignee | ||
Updated•24 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → INVALID
Assignee | ||
Comment 11•24 years ago
|
||
invalid due to XBL key binding conversion
Component: XP Toolkit/Widgets: XUL → XUL
QA Contact: jrgmorrison → xptoolkit.widgets
You need to log in
before you can comment on or make changes to this bug.
Description
•