~ubuntu-sdk-team/ubuntu-ui-toolkit/textHandlerCleanUpRTM

« back to all changes in this revision

Viewing changes to tests/autopilot/ubuntuuitoolkit/tests/components/test_textinput.textfield.qml

  • Committer: Christian Dywan
  • Date: 2015-03-02 11:59:23 UTC
  • Revision ID: christian.dywan@canonical.com-20150302115923-qjrmf27w9tflp8u6
Reposition draggedItem once it receives its width

Otherwise the area may be placed at absolute 0/0

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
MainView {
21
21
    width: units.gu(48)
22
22
    height: units.gu(60)
 
23
    useDeprecatedToolbar: false
23
24
 
24
25
    Page {
25
26
        title: "Textfield"
 
27
        tools: ToolbarItems {
 
28
            back: ToolbarButton {
 
29
                action: Action {
 
30
                    iconName: "back"
 
31
                    text: i18n.tr("Back")
 
32
                    onTriggered: visible = false
 
33
                }
 
34
            }
 
35
        }
26
36
 
27
37
        Column {
28
38
            TextField {