Closed
Bug 20550
Opened 26 years ago
Closed 26 years ago
need better architecture to pass X,Y to IME
Categories
(Core :: Internationalization, defect, P3)
Tracking
()
VERIFIED
FIXED
M12
People
(Reporter: erik, Assigned: ftang)
Details
(Keywords: inputmethod)
We need a better architecture to pass the X,Y coordinates to the IME on Unix.
Currently, we have a hack to initialize it to 0,14 (font is 16). Then, with
each composition event, we set it to a new X,Y value.
However, we need to do this cleanly, "pushing" the X,Y info to the IME whenever
it changes (or almost as often as it changes).
Assignee | ||
Updated•26 years ago
|
Assignee: tajima → ftang
Assignee | ||
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Target Milestone: M12
Assignee | ||
Comment 1•26 years ago
|
||
reassign to ftang
Assignee | ||
Comment 2•26 years ago
|
||
fix it.
Updated•26 years ago
|
QA Contact: teruko → ftang
Keywords: inputmethod
You need to log in
before you can comment on or make changes to this bug.
Description
•