Closed
Bug 3824
Opened 26 years ago
Closed 26 years ago
Some Mac key mappings are wrong -- delete in editor does not work
Categories
(Core :: DOM: Editor, defect, P2)
Tracking
()
VERIFIED
FIXED
M4
People
(Reporter: sfraser_bugs, Assigned: sfraser_bugs)
Details
Delete and backspace don't work as expected in the editor now, because some
of the mappings to key codes are wrong in Mac code. This is a simply fix,
which I already have in my tree.
Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Priority: P3 → P2
Target Milestone: M3
Assignee | ||
Comment 1•26 years ago
|
||
M3, P2.
Assignee | ||
Updated•26 years ago
|
Target Milestone: M3 → M4
Assignee | ||
Comment 2•26 years ago
|
||
Since there is no Mac ender (no Mac mail & news) in dogfood, moving to M4.
Assignee | ||
Comment 3•26 years ago
|
||
Pierre, my fix for this should eliminate the need for the Enter -> Return key
hacks in widget, and joki is going to check in a VK_ENTER key code, so we'll
have the enter key code sometime soon anyway.
Comment 4•26 years ago
|
||
Good. You can reassign the bug to me when we have the VK_ENTER key code and I'll
remove the hacks in the Text widget and TextArea widget, or you can do it
yourself, as you wish.
Assignee | ||
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 5•26 years ago
|
||
Fix checked in. All known raptor virtual key codes are now output where possible.
To test, try typing various characters in both text widgets (URL bar in viewer)
and in the editor. Ensure that all ASCII characters work, and that arrow keys
and other special keys work where implemented. Pay special attention to enter
key handling.
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 7•26 years ago
|
||
Fixed in April 5th Build. Delete key works.
You need to log in
before you can comment on or make changes to this bug.
Description
•