For the word cambodian
in Khmer it is កម្ពុជា
. This word in Khmer is taller than normal ASCII characters because of the combination of the two vowels at the bottom of the second character.
In IE (version 8 - 11) and Mozilla Firefox (version 28), the vowels are not displayed fully in the input type text. But in Google Chrome (version 34), the vowels are displayed.
I have a test page at JsFiddle.
The Khmer font I have set to use in my browsers is the Khmer OS System font.
The only solution I can think of is by increasing the height of the input type text e.g. input[type='text'] { height: 25px; }
. But in IE 9, although the height is taller, the vowels still do not display unless a space is typed next to it.
Is there a JavaScript or CSS hack I can use to have IE and FIrefox display the vowels like how Google Chrome does it?