Closed Bug 35741 Opened 25 years ago Closed 24 years ago

shift key event is not recognized

Categories

(Core :: XUL, defect, P3)

x86
FreeBSD
defect

Tracking

()

RESOLVED FIXED
Future

People

(Reporter: pete, Assigned: saari)

Details

(Whiteboard: [nsbeta3-])

Attachments

(1 file)

Dave, i am not sure if this is part of the key stuff you currently have disabled? test case: <key id="key_home" xulkey="true" key="H" shift="true" observes="cmd_home" /> <broadcaster id="cmd_home" oncommand="dump('this should work')" /> shift+alt+H does not respond where if i set shift="false", no probs. Please mark invalid if you have this currently disabled. thanks pete
Attached file testcase
adding to cc list (bugzilla should let you make other bug changes and submit an attachment at the same time)
Not XBL... XUL key issue... reassigning to saari
Assignee: hyatt → saari
Status: NEW → ASSIGNED
Target Milestone: --- → M16
shift modifiers are still broken across platforms. Not getting to it in beta2
Target Milestone: M16 → M18
mass-moving all bugs to m21 that are not dofood+, or nsbeta2+
Target Milestone: M18 → M21
Need to fix modifier keys before we ship
Keywords: nsbeta3
nsbeta3-, not known to affect any NS6 features.
Whiteboard: [nsbeta3-]
Target Milestone: M21 → Future
This got fixed with the XUL->XBL keybinding conversion
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Yep, i can verify this works fine . . . Here is the updated test case: <commands> <commandset id="cmd_home" oncommand="dump('this should work');" /> </commands> <keyset> <key id="key_home" xulkey="true" key="H" observes="cmd_home" modifiers="accel, shift" /> </keyset> <text value="fuBar" key="key_home" observes="cmd_home" /> --pete
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.

Attachment

General

Creator:
Created:
Updated:
Size: