Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Word suggestion can be unexpectedly suppressed on Chromium #349

Closed
yukawa opened this issue Jan 10, 2016 · 1 comment
Closed

Word suggestion can be unexpectedly suppressed on Chromium #349

yukawa opened this issue Jan 10, 2016 · 1 comment
Assignees

Comments

@yukawa
Copy link
Collaborator

yukawa commented Jan 10, 2016

Environment

  • Mozc 2.17.2288.100
  • Microsoft Windows 10 1511 (OS Build 10586.36)
  • Google Chrome 47.0.2526.106 m.

Steps to reproduce

  1. Build Mozc 2.17.2288.102 for Windows.
  2. Install Mozc into Windows 10 (OS Build 10586.36)
  3. Make sure that Mozc is the default input method.
  4. Make sure that there is no active Chrome/Chromium window.
  5. Open a new window of Chrome. Make sure that Omnibox is focused by default.
  6. Type textarea.org and hit enter. Make sure that the webpage of textarea.org is focused.
  7. Turn on Mozc.
  8. Type ねこ
  9. Activate another top-level window.
  10. Activate the Chrome window that is opened in the step 5.
  11. Type ねこ on the webpage.

Expected behavior

  • After step 5, Mozc does not show suggestion window so as not to conflict with Omnibox's suggestion window.
  • After step 8, Mozc does show suggestion window because the Omnibox is not focused anymore.
  • After step 11, Mozc does show suggestion window because the Omnibox is not focused anymore.

Actual behavior

  • After step 5, Mozc does not show suggestion window so as not to conflict with Omnibox's suggestion window.
  • After step 8, Mozc still does not show suggestion window despite that the Omnibox is not focused anymore.
  • After step 11, Mozc does show suggestion window because the Omnibox is not focused anymore.

Additional information

Internal Issue ID: 23803984.

@yukawa yukawa self-assigned this Jan 10, 2016
yukawa pushed a commit that referenced this issue Jan 10, 2016
We decided to disable FocusHierarchyObserver on Windows until we figure
out the root cause of #349.

BUG=#349
TEST=manually done on Windows 10 and  Chrome 47.0.2526.106.
REF_BUG=23803984
REF_CL=102450708
@yukawa
Copy link
Collaborator Author

yukawa commented Mar 24, 2023

I think we can close this.

For the record FocusHierarchyObserver is completely removed by e7c4247.

@yukawa yukawa closed this as completed Mar 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant