** Description changed:

- The back button in MainView 1.2 is broken:
+ The back button in MainView 1.2 (0.1, 1.0, "1.1" which are all the same)
+ is broken:
  
  import QtQuick 2.0
  import Ubuntu.Components 1.1
-     
+ 
  MainView {
-     width: units.gu(20)
-     height: units.gu(40)
-         
-     Page {
-         id: page
-         Rectangle {
-             color: "red"
-             anchors.fill: page
-         }                                                                     
 
-     }
+     width: units.gu(20)
+     height: units.gu(40)
+ 
+     Page {
+         id: page
+         Rectangle {
+             color: "red"
+             anchors.fill: page
+         }
+     }
  }
  
  This is from tests/unit/page/AnchorToPage.qml
  
  QWARN  : tst_Page::testAnchorToPage_bug1249386()
  qml/Ubuntu/Components/Themes/Ambiance/1.2/ToolbarButtonStyle.qml:34:9:
  QML QQuickImage: Cannot open: qml/Ubuntu/Components/artwork/back.png
  
  There's indeed no artwork/back.png in the source tree.

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

Title:
  QWARN  : tst_Page::testAnchorToPage_bug1249386()
  qml/Ubuntu/Components/Themes/Ambiance/1.2/ToolbarButtonStyle.qml:34:9:
  QML QQuickImage: Cannot open: qml/Ubuntu/Components/artwork/back.png

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

Bug description:
  The back button in MainView 1.2 (0.1, 1.0, "1.1" which are all the
  same) is broken:

  import QtQuick 2.0
  import Ubuntu.Components 1.1

  MainView {
      width: units.gu(20)
      height: units.gu(40)

      Page {
          id: page
          Rectangle {
              color: "red"
              anchors.fill: page
          }
      }
  }

  This is from tests/unit/page/AnchorToPage.qml

  QWARN  : tst_Page::testAnchorToPage_bug1249386()
  qml/Ubuntu/Components/Themes/Ambiance/1.2/ToolbarButtonStyle.qml:34:9:
  QML QQuickImage: Cannot open: qml/Ubuntu/Components/artwork/back.png

  There's indeed no artwork/back.png in the source tree.

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