Closed
Bug 4823
Opened 26 years ago
Closed 26 years ago
Need AppleEvent handlers for TSM AppleEvents
Categories
(Core :: Internationalization, defect, P3)
Tracking
()
VERIFIED
FIXED
M7
People
(Reporter: tague, Assigned: tague)
Details
(Keywords: inputmethod)
We need to provide handlers for the TSM AppleEvent suite. The TSM AppleEvent
suite is necessary to support Japanese input on the Mactinosh. It consists of
three events (Pos2Offset, Offset2Pos, and Update). The details of the apple
events can be found in Inside Macintosh: Text chapter 7. The
internationalization group will be implementing these handlers and mapping them
into the XPEvent layer.
Supporting these input methods is dependent on other functionality :-
* API for finding the cursor coordinate position
* API for maping global coordinate positions into buffer offsets
* API for maping buffer offsets back to their global coordinates
* API for hittesting coordinates into a region class
Updated•26 years ago
|
Target Milestone: M5
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Updated•15 years ago
|
Keywords: inputmethod
You need to log in
before you can comment on or make changes to this bug.
Description
•