Closed
Bug 13066
Opened 26 years ago
Closed 26 years ago
[PP]Mac: keypad not accepting input
Categories
(Core :: DOM: Editor, defect, P3)
Tracking
()
VERIFIED
FIXED
M12
People
(Reporter: mcafee, Assigned: Brade)
References
()
Details
Mac, bugzilla.
Enter a bug with the keypad and hit enter,
resulting cgi URL will have an empty bug number.
Updated•26 years ago
|
QA Contact: leger → cpratt
Summary: Mac: keypad not accepting input → [PP]Mac: keypad not accepting input
reassign to the editor. I don't think that the keyboard events are making to to
the the editfield but the amount of code that occurs before processing the
keyevent is absurd so I can't really tell where the key stroke is disappearing
to.
| Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
| Assignee | ||
Comment 4•26 years ago
|
||
The problem is that the Mac has a routine called "IsSpecialRaptorKey" which tells
the Mac that the keypad is special so no keypress is synthesized on Mac (and
therefore no character is inserted).
should get fixed with key event redesign, slated for early M12. Kathy, should
this be reassigned to Saari?
| Assignee | ||
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
| Assignee | ||
Comment 6•26 years ago
|
||
this was fixed with the checkin to fix backspace
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 7•26 years ago
|
||
So, this bug was that text typed through the numeric keypad would not appear
within an Ender text field on Mac OS?
If so, it's fixed in 1999092408 build. If not, please re-open with comments.
| Comment hidden (collapsed) |
You need to log in
before you can comment on or make changes to this bug.
Description
•