Assigned
Status Update
Comments
ja...@google.com <ja...@google.com> #2
Also confirmed issue persists on 4.4.
ma...@gmail.com <ma...@gmail.com> #3
There are a lot of expensive accessories I've purchased or been gifted that quit workin with android 4.2. Android devs need to get on this. 3 broken versions and numerous minor updates and it hasn't even been triaged yet. Completely unprofessional.
ja...@google.com <ja...@google.com> #4
We are loyal to Android as and they treat us like this.. I have a google device and yet it still is not fixed.
sa...@google.com <sa...@google.com>
ka...@live.com <ka...@live.com> #5
Please fix
se...@wolt.com <se...@wolt.com> #6
Yes, please fix it. =)
Description
Hello all,
Regarding of Decimal separators, I have some questions.
You may assume that a lot of country (eg. europe, and latina america) uses the decimal separator as comma(,). But at the pixel, if I set the EditText with "numberDecimal" InputType, it cannot support comma as decimal separator even Android's system language were español, français, or other languages based Latin.
Also, I think that lots of developer and customers reported Decimal comma issues... I hope that Android would be supported to use decimal comma :)
What happened. cannot type comma (,) as decimal separator
What you think the correct behavior should be. should be supply (and able to type) comma (,) as decimal separator.
see also :https://en.wikipedia.org/wiki/Decimal_separator#Countries_using_decimal_comma
ps.
At the "setInputType" method in Textview class, it is possible to use decimal separator as comma if editor has 'ImeHintLocale' (and it is able to set via "setImeHintLocales"). but It is very cumbersome to supply HintLocales for all of apps, services, and other things. I think it is more effecive to modify Textview class to use System locales for DigitsKeyListener.
codes :
Thanks.
Best Regards.