-
Notifications
You must be signed in to change notification settings - Fork 2.4k
search input: clear button isn't visible when I input multibyte string #1811
Comments
Any ideas on what we'd need to do to fix this? I'm not as familiar with mutibyte. |
I think that onkeyup event isn't reliable way in this case. I can reproduce it to use voice input on android(Galaxy S). I think setInterval is better way, so I pulled request. By the way, both multibyte and voice input works fine on Google top page search field for smartphone . |
How are you inputting the multibyte character? This sounds like it could be two different issues. The first is the multibyte and the second is alternative methods of inserting text into an input field. |
I I think that both the two issues are essentially the same.
One of the ways is voice input on android, and one of the ways is frick input... I'm using frick input to input Japanese on iPhone: By the way, I Tested again. I can reproduce the problem on iPhone4(iOS4.3.5) |
If you have a suggestion on how to improve this, please post it here. Since we're not familiar with this setup, any insight is helpful |
We added a few additional triggers for this including paste in addition to keyup but I don't think polling is going to be acceptable. SInce nobody seems to have ideas on other events we can tie into, closing as won't fix. We'll give this a look if anyone can suggest an approach to look into. |
@toddparker - I think we need to bind to the input event as well to solve this. See #2834 |
@uGoMobi - worth a try. |
This issue should be fixed by commit a743616 |
A clear button on text field isn't visible when I input multibyte string(Japanese) into textbox.
(I don't know about Chinese, Korean, and so on)
screen shot:
https://forum.jquery.com/topic/search-input-bug-clear-button-isn-t-visible-when-i-input-multibyte-string-inot-textbox
The text was updated successfully, but these errors were encountered: