-
Notifications
You must be signed in to change notification settings - Fork 99
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
Cursor jump on Safari #174
Comments
Also, this seems to cause another problem in Japanese input (or other language which uses IME). IME should not commit any input until Enter key is pressed, but onSafari it does on every keypress. |
Someone in elm-jp community found that 0.19 alpha does not have this problem, and this commit should be the root cause. elm/virtual-dom@942a5e6#diff-e9aea911dda84230fda6fa81f6a0866bR496 Apparently Edit: |
this relates to elm/virtual-dom/issues/134 and elm/virtual-dom/pull/135 |
Some core team folks reviewed elm/virtual-dom#135, and they tell me it should fix this. Can do a patch soon. |
Nice, thank you! |
This code is problematic on Safari. (No problem on Chrome and Firefox)
When any character is input, the cursor jumps to the end of the input.
SSCCE:
https://ellie-app.com/3c4pB2jrR8Ca1
4912804 says there should be no need to use
defaultValue
for workaround, but it still happens.The text was updated successfully, but these errors were encountered: