Closed
Bug 181947
Opened 23 years ago
Closed 23 years ago
Can't type international characters into plugins
Categories
(Camino Graveyard :: Plug-ins, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: sfraser_bugs, Assigned: sfraser_bugs)
References
()
Details
Attachments
(1 file)
|
23.62 KB,
patch
|
Details | Diff | Splinter Review |
We currently drop non-ASCII key codes on the floor when converting from Cocoa to
EventRecord key events. This breaks typing of international characters in plugins.
To repro:
1. Load www.macromedia.com
2. Try to type "mélée" into the search field (using option-e to get the acute).
| Assignee | ||
Comment 1•23 years ago
|
||
The relevant part of this patch is the new function ConvertUnicodeToCharCode(),
which calls ConvertFromUnicodeToPString() to convert the Unicode char to a
charCode using the system script.
| Assignee | ||
Comment 2•23 years ago
|
||
Checked in the patch. I was not able to find a plugin that takes Japanese input
for testing; if you find one, please add it here as a testcase.
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
| Assignee | ||
Comment 4•23 years ago
|
||
Do we know if typing Japanese works? Some testcases at
<http://slip.mcom.com/shrir/flashedit.html> (internal only).
You need to log in
before you can comment on or make changes to this bug.
Description
•