← Back to team overview

touch-packages team mailing list archive

[Bug 1376510] Re: [TextField] wrapMode property and editingFinished signal missing

 

** Changed in: ubuntu-ui-toolkit (Ubuntu)
     Assignee: Zsombor Egri (zsombi) => Christian Dywan (kalikiana)

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

Title:
  [TextField] wrapMode property and editingFinished signal missing

Status in ubuntu-ui-toolkit package in Ubuntu:
  Triaged

Bug description:
  After a comparison with the documentation of QML TextInput (inherited
  by Ubuntu.TextField), I found that some properties/signals are
  missing.

  wrapMode:
  Set this property to wrap the text to the TextInput item's width. The text will only wrap if an explicit width has been set.[1]
  N.B. Documentation for Ubuntu.TextField's contentHeight/Width reports a wrapMode property that is not actually aliased in the root item.

  editingFinished()
  This signal is emitted when the Return or Enter key is pressed or the text input loses focus. Note that if there is a validator or inputMask set on the text input and enter/return is pressed, this signal will only be emitted if the input follows the inputMask and the validator returns an acceptable state.[2]
  This QML signal was introduced in Qt 5.2.

  
  [1]: http://qt-project.org/doc/qt-5/qml-qtquick-textinput.html#wrapMode-prop
  [2]: http://qt-project.org/doc/qt-5/qml-qtquick-textinput.html#editingFinished-signal

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