Closed Bug 12704 Opened 25 years ago Closed 25 years ago

[PP]Mac KeyPress handler returns wrong char codes for alt events

Categories

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

PowerPC
Mac System 8.0
defect

Tracking

()

CLOSED INVALID

People

(Reporter: akkzilla, Assigned: saari)

References

Details

The Mac KeyPress event handler returns bogus char codes for alt key events.

Both control and alt key press events should return the lower case key if shift
isn't pressed, otherwise the upper case key:
  alt-a           should give a char code of a
  alt-shift-a (A) should give a char code of A
  alt-2           should give a char code of 2
  alt-shift 2 (@) should give a char code of @
       (assuming that's what's on that keyboard)
Summary: Mac KeyPress handler returns wrong char codes for alt events → [PP]Mac KeyPress handler returns wrong char codes for alt events
Putting on [PP] radar
Status: NEW → ASSIGNED
Target Milestone: M11
Priority: P3 → P1
Blocks: 15156
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → INVALID
per conversation with akkana, resolving and closing this bug as invalid (we
changed the spec/requirements)
Status: RESOLVED → CLOSED
Component: Event Handling → User events and focus handling
You need to log in before you can comment on or make changes to this bug.