← Back to team overview

touch-packages team mailing list archive

[Bug 1503901] Re: Authenticator app won't open with latest SDK

 

Ok. Turns out the issue here is that authenticator does this:

Layout {
  ...
  Label {
    Button {
    }
  }
}

Reason for doing that is that the cell-size of the label should be what
the label's implicitSize is. When the app starts up, the label is to be
covered by a button tho. Placing a button inside a label makes it crash
since the latest update. Here's a standalone example how to reproduce
it:

http://paste.ubuntu.com/12712857/

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

Title:
  Authenticator app won't open with latest SDK

Status in Canonical System Image:
  New
Status in ubuntu-ui-toolkit package in Ubuntu:
  Confirmed

Bug description:
  The Authenticator app in the store won't open on latest rc-proposed
  images.  I'm assuming something in the SDK changed out from under it.
  Nothing useful in the log though.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1503901/+subscriptions


References