Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: ubuntu-keyboard (Ubuntu)
       Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-keyboard in Ubuntu.
https://bugs.launchpad.net/bugs/1488778

Title:
  Using inputMethodHints: Qt.ImhFormattedNumbersOnly for keyboard
  doesn't present locale "."

Status in ubuntu-keyboard package in Ubuntu:
  Confirmed

Bug description:
  With OTA5, a simple program with:
  TextField {
      validator: DoubleValidator {}
      inputMethodHints: Qt.ImhFormattedNumbersOnly
  }

  The user won't be able to put any non integer value in the field using
  the keyboard in some languages.

  Indeed, the DoubleValidator is using the current locale to know what is the 
normalized "." type. In FR_fr, it's ",".
  So the Qt DoubleValidator will only accept [0-9,] in the field, where the 
keyboard only present "." which is thus rejected.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-keyboard/+bug/1488778/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to     : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to