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

Problem with Graphics.Input.Field for special character input or non-English IME #272

Closed
evancz opened this Issue Jun 12, 2015 · 0 comments

Comments

Projects
None yet
1 participant
@evancz
Member

evancz commented Jun 12, 2015

(Originally reported by @bigdrum (cool name!) at elm/elm-lang.org#174)

Steps to reproduce:

  1. Visit http://elm-lang.org/edit/examples/Reactive/TextField.elm with a Mac.
  2. Type "abcd" in the field.
  3. Move caret to between 'a' and 'b'.
  4. Long press key 'e', the OSX will show a list to choose different diacritical mark.
  5. choose 'è'.

Expected result:
The final text in the text field should be 'aèbcd'

Current result:
The final text is: 'aebèd'.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment