Dear Maintainer, - What led up to the situation? When using uim-mozc, if the candidate window spans multiple pages, clicking on the "next page" button causes the entire candidate window to unexpectedly disappear. - What actually did you do (or not do) that was effective (or ineffective)? I investigated the issue and had Claude Code (an AI assistant) fix the problem. The fix has been applied and verified in the following commit: https://github.com/shitamo/mozc/commit/06880ce8e1c8dd9a9d01cd111fbac93a4f8eba24 - What was the outcome of this action? - What outcome did you expect instead? The candidate window should switch to the next page instead of disappearing when clicked.
FYI: uim-mozc will be removed from mozc (planned). It will not shipped from src:mozc anymore. But, uim-mozc will be provided from src:uim instead (I'm asking to do so with uim maintainer now.) Even though switching implementation from src:mozc to src:uim, it also has similar candidate window issue. That will be fixed in mozc.scm. https://github.com/uim/uim/pull/356 Best Regards,