Closed
Bug 1137539
Opened 10 years ago
Closed 10 years ago
[TSF][TS_E_NOLAYOUT] Workaround for TS_E_NOLAYOUT bug of <= Windows 8.1 may need to check different TIP name for different language Windows
Categories
(Core :: Widget: Win32, defect)
Tracking
()
RESOLVED
FIXED
mozilla40
Tracking | Status | |
---|---|---|
firefox40 | --- | fixed |
People
(Reporter: masayuki, Assigned: masayuki)
References
Details
(Keywords: inputmethod)
Attachments
(4 files)
5.11 KB,
patch
|
emk
:
review+
|
Details | Diff | Splinter Review |
2.87 KB,
patch
|
emk
:
review+
|
Details | Diff | Splinter Review |
2.89 KB,
patch
|
emk
:
review+
|
Details | Diff | Splinter Review |
3.64 KB,
patch
|
emk
:
review+
|
Details | Diff | Splinter Review |
Currently, we hack TS_E_NOLAYOUT bug of TSF (it's a bug of <= Windows 8.1) for some TIPs with blacklist. However, the names were checked only on my Japanese Windows environment. At least, we should check the names on:
* the target language Windows of each TIP.
* English Windows.
Then, it must be safe even if they have different name.
Assignee | ||
Comment 1•10 years ago
|
||
Except Google Japanese Input, the TIPs which have trouble at calling ITextStoreACP::GetTextExt() don't have different name as far as I've tested.
However, let's clean up the code. I think that TSFStaticSink should have methods to check active TIP name.
Attachment #8586060 -
Flags: review?(VYV03354)
Assignee | ||
Comment 2•10 years ago
|
||
Attachment #8586061 -
Flags: review?(VYV03354)
Assignee | ||
Comment 3•10 years ago
|
||
Attachment #8586062 -
Flags: review?(VYV03354)
Assignee | ||
Comment 4•10 years ago
|
||
Attachment #8586063 -
Flags: review?(VYV03354)
Updated•10 years ago
|
Attachment #8586060 -
Flags: review?(VYV03354) → review+
Updated•10 years ago
|
Attachment #8586061 -
Flags: review?(VYV03354) → review+
Updated•10 years ago
|
Attachment #8586062 -
Flags: review?(VYV03354) → review+
Updated•10 years ago
|
Attachment #8586063 -
Flags: review?(VYV03354) → review+
Assignee | ||
Comment 5•10 years ago
|
||
Assignee | ||
Updated•10 years ago
|
Status: NEW → ASSIGNED
Comment 6•10 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/54bee1e15073
https://hg.mozilla.org/mozilla-central/rev/9506eef27d94
https://hg.mozilla.org/mozilla-central/rev/d74460f107ea
https://hg.mozilla.org/mozilla-central/rev/41e28a5bc2fd
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
status-firefox40:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla40
Assignee | ||
Updated•6 years ago
|
Summary: [TSF] Workaround for TS_E_NOLAYOUT bug of <= Windows 8.1 may need to check different TIP name for different language Windows → [TSF][TS_E_NOLAYOUT] Workaround for TS_E_NOLAYOUT bug of <= Windows 8.1 may need to check different TIP name for different language Windows
You need to log in
before you can comment on or make changes to this bug.
Description
•