Public bug reported:

The animation in the OptionSelector component is very jumpy, even on a
beefy desktop (with Ubuntu Component 1.2).

import QtQuick 2.4
import Ubuntu.Components 1.2

MainView {
    id: mainview
    objectName: "mainView"
    applicationName: "foo.bar"

    width: units.gu(40)
    height: units.gu(75)

    Page {
        title: "Settings"
        Flickable {
            id: flick

            anchors.fill: parent
            contentHeight: column.height

            Column {
                id: column
                width: flick.width

                OptionSelector {
                    text: i18n.tr("Label")
                    model: [i18n.tr("Value 1"),
                            i18n.tr("Value 2"),
                            i18n.tr("Value 3"),
                            i18n.tr("Value 4")]
                }
                Label {
                    text: " "
                }
            }
        }
    }
}

-> click on the option selector.

** Affects: ubuntu-ui-toolkit (Ubuntu)
     Importance: Undecided
         Status: New


** Tags: devexp

-- 
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/1481629

Title:
  OptionSelector animation is very jumpy

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

Bug description:
  The animation in the OptionSelector component is very jumpy, even on a
  beefy desktop (with Ubuntu Component 1.2).

  import QtQuick 2.4
  import Ubuntu.Components 1.2

  MainView {
      id: mainview
      objectName: "mainView"
      applicationName: "foo.bar"

      width: units.gu(40)
      height: units.gu(75)

      Page {
          title: "Settings"
          Flickable {
              id: flick

              anchors.fill: parent
              contentHeight: column.height

              Column {
                  id: column
                  width: flick.width

                  OptionSelector {
                      text: i18n.tr("Label")
                      model: [i18n.tr("Value 1"),
                              i18n.tr("Value 2"),
                              i18n.tr("Value 3"),
                              i18n.tr("Value 4")]
                  }
                  Label {
                      text: " "
                  }
              }
          }
      }
  }

  -> click on the option selector.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1481629/+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