Closed
Bug 810225
Opened 12 years ago
Closed 11 years ago
Get rid of NSInputManager, use NSTextInputContext instead
Categories
(Core :: Widget: Cocoa, defect)
Tracking
()
RESOLVED
FIXED
mozilla25
People
(Reporter: masayuki, Assigned: masayuki)
References
Details
(Keywords: inputmethod)
Attachments
(4 files)
(deleted),
patch
|
smichaud
:
review+
|
Details | Diff | Splinter Review |
(deleted),
patch
|
smichaud
:
review+
|
Details | Diff | Splinter Review |
(deleted),
patch
|
smichaud
:
review+
|
Details | Diff | Splinter Review |
(deleted),
patch
|
smichaud
:
review+
|
Details | Diff | Splinter Review |
NSInputManager has been deprecated on 10.6 and later. Use NSTextInputContext instead.
Assignee | ||
Updated•11 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Comment 1•11 years ago
|
||
Attachment #765836 -
Flags: review?(smichaud)
Assignee | ||
Comment 2•11 years ago
|
||
I researched the behavior of TSMGetActiveDocument() at switching active window.
Then, 10.7's it also has same bug with 10.6. And we can refresh the internal something with a call currentInputContext of NSTextInputContext.
Attachment #765838 -
Flags: review?(smichaud)
Assignee | ||
Comment 3•11 years ago
|
||
Attachment #765840 -
Flags: review?(smichaud)
Assignee | ||
Comment 4•11 years ago
|
||
Attachment #765841 -
Flags: review?(smichaud)
Updated•11 years ago
|
Attachment #765836 -
Flags: review?(smichaud) → review+
Updated•11 years ago
|
Attachment #765838 -
Flags: review?(smichaud) → review+
Updated•11 years ago
|
Attachment #765840 -
Flags: review?(smichaud) → review+
Updated•11 years ago
|
Attachment #765841 -
Flags: review?(smichaud) → review+
Assignee | ||
Comment 5•11 years ago
|
||
Comment 6•11 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/29d5168b991f
https://hg.mozilla.org/mozilla-central/rev/b20a4c478489
https://hg.mozilla.org/mozilla-central/rev/91069e8f9c32
https://hg.mozilla.org/mozilla-central/rev/2c202f6a042f
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla25
You need to log in
before you can comment on or make changes to this bug.
Description
•