← Back to team overview

ubuntu-sdk-bugs team mailing list archive

[Bug 1586786] [NEW] OptionSelector in Row results in freeze

 

Public bug reported:

Using an OptionSelector as child of a Row makes the app freeze if now
row size is defined and there is at least one other element in the row:


Row {
  Item { width: 20; height: 20 }    //freeze goes away without this Item
  OptionSelector {
    text: "Label"
    model: ["Value 1", "Value 2"]
  }
}

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

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

Title:
  OptionSelector in Row results in freeze

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

Bug description:
  Using an OptionSelector as child of a Row makes the app freeze if now
  row size is defined and there is at least one other element in the
  row:

  
  Row {
    Item { width: 20; height: 20 }    //freeze goes away without this Item
    OptionSelector {
      text: "Label"
      model: ["Value 1", "Value 2"]
    }
  }

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