harvesthq / chosen

Deprecated - Chosen is a library for making long, unwieldy select boxes more friendly.
http://harvesthq.github.io/chosen/
Other
21.85k stars 4.1k forks source link

No search was triggered in safari when using Chinese input method. #2983

Open wmdzkey opened 6 years ago

wmdzkey commented 6 years ago

Summarize your issue here.

Steps to reproduce

Tell us how to reproduce this issue.

在windows版本的safari浏览器中,当使用中文输入法时,输入字母后按下shift后,字母会输入到搜索的input框中,但是没有立即触发搜索事件,必须按下空格才生效。

1.切换输入法为中文输入法 2.输入a 3.按下shift 4.没有出现搜索结果

5.按下空格 6.才出现搜索结果

Translation: In the Windows version of the safari browser, when to use Chinese input method, after pressing shift in the input letters, letters will enter into the search input box, but there was no immediate search event trigger, must press the space to take effect.

  1. Switching input method is Chinese input method.
  2. Enter a
  3. Press the shift
  4. No search results appear.
  5. Press space
  6. Search results appear.

Environment

Additional information

Any other information you want to share that is relevant to the issue being reported. This might include the lines of code that you have identified as causing the bug, or potential solutions and workarounds.

tjschuck commented 6 years ago

For what it's worth, Safari for Windows was discontinued and has been unsupported by Apple for years — the last release of Safari for Windows was May 9, 2012.

Are you seeing this issue in other browsers, or just Safari for Windows?