← Back to team overview

ubuntu-sdk-bugs team mailing list archive

[Bug 1588837] [NEW] qml/Ubuntu/Components/1.3/PageHeader.qml:123: TypeError: Cannot read property 'titleComponent' of null

 

Public bug reported:

Page {
    id: bufferPage
    header: PageHeader {
        title: "foo"
        subtitle: "bar"
    }
}

Setting PageHeader.subtitle is racy and produces the following errors on
startup:

file:///usr/lib/x86_64-linux-
gnu/qt5/qml/Ubuntu/Components/1.3/PageHeader.qml:123: TypeError: Cannot
read property 'titleComponent' of null

** Affects: ubuntu-ui-toolkit (Ubuntu)
     Importance: Undecided
     Assignee: Tim Peeters (tpeeters)
         Status: New

** Description changed:

  Page {
-     id: bufferPage
-     header: PageHeader {
-         title: "foo"
-         subtitle: "bar"
-     }
+     id: bufferPage
+     header: PageHeader {
+         title: "foo"
+         subtitle: "bar"
+     }
  }
  
  Setting PageHeader.subtitle is racy and produces the following errors on
  startup:
  
- file:///usr/lib/x86_64-linux-gnu/qt5/qml/Ubuntu/Components/1.3/PageHeader.qml:123: TypeError: Cannot read property 'titleComponent' of null 
- file:///usr/lib/x86_64-linux-gnu/qt5/qml/Ubuntu/Components/1.3/PageHeader.qml:123: TypeError: Cannot read property 'titleComponent' of null
+ file:///usr/lib/x86_64-linux-
+ gnu/qt5/qml/Ubuntu/Components/1.3/PageHeader.qml:123: TypeError: Cannot
+ read property 'titleComponent' of null

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

Title:
  qml/Ubuntu/Components/1.3/PageHeader.qml:123: TypeError: Cannot read
  property 'titleComponent' of null

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

Bug description:
  Page {
      id: bufferPage
      header: PageHeader {
          title: "foo"
          subtitle: "bar"
      }
  }

  Setting PageHeader.subtitle is racy and produces the following errors
  on startup:

  file:///usr/lib/x86_64-linux-
  gnu/qt5/qml/Ubuntu/Components/1.3/PageHeader.qml:123: TypeError:
  Cannot read property 'titleComponent' of null

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


Follow ups