fcitx / mozc

Mozc - a Japanese Input Method Editor designed for multi-platform
Other
114 stars 11 forks source link

Vertical candidate box despite selection horizontal #25

Closed gevhaz closed 2 years ago

gevhaz commented 2 years ago

Describe the bug I don't get a horizontal candidate list even when I specifically select that. This is when using fcitx5 with mocz. I know skk has a specific setting for horizontal list, but mocz doesn't seem to. So I use the setting in "Classic user interface".

To Reproduce Steps to reproduce the behavior:

  1. Open fcitx5-configtool
  2. In Addons -> Classic user interface -> settings wheel, uncheck "Vertical Candidate List"
  3. Save settings (and even restart computer or fcitx5)
  4. Type something that yields multiple suggestions

Expected behavior Horizontal candidate list

Actual behavior Vertical candidate list

Desktop (please complete the following information):

wengxt commented 2 years ago

This is actually by design, because it can only work properly with a vertical list.

The option in classic UI is only a hint. Input method may choose to ignore it.

gevhaz commented 2 years ago

Got it, thanks.

wengxt commented 2 years ago

Well, I could still add an option to mozc to make it horizontal. Just certain feature will be disabled (mainly the explanation feature)

gevhaz commented 2 years ago

The option to do it would be nice :)

Dec 30, 2021, 00:58 by @.***:

Well, I could still add an option to mozc to make it horizontal. Just certain feature will be disabled (mainly the dictionary feature)

— Reply to this email directly, > view it on GitHub https://github.com/fcitx/fcitx5/issues/423#issuecomment-1002817701> , or > unsubscribe https://github.com/notifications/unsubscribe-auth/AO6OSNHGWW34KV2KFWU6H6LUTOOCLANCNFSM5K6WRBTQ> . Triage notifications on the go with GitHub Mobile for > iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675> or > Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub> . You are receiving this because you authored the thread.> Message ID: > <fcitx/fcitx5/issues/423/1002817701> @> github> .> com>

gevhaz commented 2 years ago

That was quick! I appreciate it :)