Closed Bug 464981 Opened 16 years ago Closed 16 years ago

key tags no longer handle bindings like Accel-Shift-7 on US kbds (Mac & WIndows)

Categories

(Core :: DOM: UI Events & Focus Handling, defect)

defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 433907

People

(Reporter: eric.promislow, Unassigned)

Details

(Whiteboard: [key hell])

Attachments

(1 file)

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.0.4) Gecko/2008102920 Firefox/3.0.4 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.0.4) Gecko/2008102920 Firefox/3.0.4 With Moz 1.8, I could bind a command to Shift-Ctrl-7 with this key: <key id="key_7" key="7" modifiers="shift accel" command="cmd_clicker01" /> With Moz 1.9, this no longer works, and I need to specify it like so: <key id="key_7" key="&amp;" modifiers="shift accel" command="cmd_clicker01" /> Reproducible: Always Steps to Reproduce: Load the attached XUL file and press Shift-Ctrl-B to verify it works. Now clear the text field, and press Shift-Ctrl-7. Nothing happens. Change the "7" to "&amp;" in the XUL code, reload, and try Shift-Ctrl-7 again. Works. This assumes a keyboard layout where "&" is on the same key as "7", only shifted. I think this is intentional -- while it makes sense to have two commands for Shift-Ctrl-B and Ctrl-B, it makes less sense for keys that don't have unshifted and shifted forms. I'm trying to determine whether I've run into a bug in 1.9, and the 1.8 way is correct, or there was a bug in 1.8 that is fixed here. I prefer the 1.9 form, trying to verify that it's correct. If so, I'll add it to ericp: https://developer.mozilla.org/en/XUL_Tutorial/Keyboard_Shortcuts
Looks like these are some bugs that have changed the behavior recently: bug 287179, bug 351310, bug 359638
Ah, this is dup of bug 433907.
Status: UNCONFIRMED → RESOLVED
Closed: 16 years ago
Component: General → Keyboard: Navigation
OS: Windows Vista → All
QA Contact: general → keyboard.navigation
Hardware: PC → All
Resolution: --- → DUPLICATE
Whiteboard: [key hell]
Component: Keyboard: Navigation → User events and focus handling
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: