Closed
Bug 14465
Opened 25 years ago
Closed 25 years ago
No way to get meta key information
Categories
(Core :: DOM: UI Events & Focus Handling, defect, P3)
Tracking
()
VERIFIED
FIXED
M12
People
(Reporter: akkzilla, Assigned: akkzilla)
References
Details
(Whiteboard: Fixed in the key binding branch; awaiting merge)
nsInputEvent has isShift, isCtrl, and isAlt, but no isMeta. I can add this if
it's okay with you.
Comment 1•25 years ago
|
||
Sure, go for it
Assignee | ||
Updated•25 years ago
|
Assignee: joki → akkana
Target Milestone: M12
Assignee | ||
Comment 2•25 years ago
|
||
Thanks -- taking the bug. (I'll wait 'til after M11.)
Assignee | ||
Updated•25 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Updated•25 years ago
|
Blocks: 15693
Whiteboard: Fixed in the key binding branch; awaiting merge
Assignee | ||
Comment 3•25 years ago
|
||
Adding to the key event branch master bug, and adding a status comment since
it's fixed on the branch.
Updated•25 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Comment 4•25 years ago
|
||
resolving as fixed per akkana's comment above.
Assignee | ||
Comment 5•25 years ago
|
||
isMeta is there in the interface now (though it doesn't work on linux, due to a
bug in gtk ... I think Pavlov has a bug on that). Marking verified.
Status: RESOLVED → VERIFIED
Updated•6 years ago
|
Component: Event Handling → User events and focus handling
You need to log in
before you can comment on or make changes to this bug.
Description
•