-
DescriptionMozc didn't work on browsers in my system. Steps to reproduceSteps to reproduce the behavior:
Expected behaviorIt should be able to convert or have a suggestion box below my cursor. Actual behaviorIt's unable to reach the IME options, even if it says "Right click to show IME options". ScreenshotsVersion or commit-idMozc-2.29.5210.100+24.11.oss Environment
Investigations
Additional contextSetting region and language to Japan and Japanese doesn't solve the problem. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hmm, I cannot reproduce the issue locally. If your issue is specific to web browsers, once thing I suspect is that your environment has some antivirus software that prevents Mozc DLLs (e.g. If you happen to be familiar with Windows software development, one of the most straightforward ways to figure out what's going on would be debugging the following lines in the browser process (e.g. Lines 636 to 752 in f79e092 (Another possibility is that |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
Hmm, I cannot reproduce the issue locally. If your issue is specific to web browsers, once thing I suspect is that your environment has some antivirus software that prevents Mozc DLLs (e.g.
mozc_tip64.dll
) from establishing a named-pipe connection tomozc_server.exe
.If you happen to be familiar with Windows software development, one of the most straightforward ways to figure out what's going on would be debugging the following lines in the browser process (e.g.
chrome.exe
).mozc/src/ipc/win32_ipc.cc
Lines 636 to 752 in f79e092