On a mac pressing and holding certain keys (such as e, i, o) will bring up selection menu like the one below. Pressing one of the numbers shown will type the character associated with it. This feature does not seem to work in any JavaFX8's TextField. Does anyone know how to fix this?
E.g.
If I press and hold the e key, a single e will be typed regardless of how long I hold it and this menu will popup. Then if I press 2, the "e" will be replaced with an "é". In a TextField this does not happen. Instead of getting "é" i get "eeeeeee2".