[Bf-committers] Numeric fields should accept coma and convert it to dot

2011-04-15 Thread Damir Prebeg
I use numeric keys a lot, but on my locale settings num key DEL is coma not dot. Because of that I often make mistakes with numeric inputs. I think that all numeric fields should accept and convert coma to dot. ___ Bf-committers mailing list Bf-committers

Re: [Bf-committers] Numeric fields should accept coma and convert it to dot

2011-04-15 Thread Campbell Barton
The problem with this is the number input is evaluated by python, where this is valid input. fmod(321, 0.123) On Fri, Apr 15, 2011 at 9:08 PM, Damir Prebeg wrote: > I use numeric keys a lot, but on my locale settings num key DEL is > coma not dot. Because of that I often make mistakes with numeri

Re: [Bf-committers] Numeric fields should accept coma and convert it to dot

2011-04-15 Thread Daniel Salazar - 3Developer.com
Oh yes I have to use an AZERTY keyboard from time to time and the comma is terrible in the numpad Daniel Salazar 3Developer.com On Fri, Apr 15, 2011 at 8:17 PM, Campbell Barton wrote: > The problem with this is the number input is evaluated by python, > where this is valid input. > fmod(321, 0

Re: [Bf-committers] Numeric fields should accept coma and convert it to dot

2011-04-15 Thread Knapp
I have the same problem with a german keyboard. They write numbers here like this: 40.300,20 Tends to drive me nuts. -- Douglas E Knapp Creative Commons Film Group, Helping people make open source movies with open source software! http://douglas.bespin.org/CommonsFilmGroup/phpBB3/index.php M