touch-packages team mailing list archive
-
touch-packages team
-
Mailing list archive
-
Message #96289
[Bug 1478147] Re: hidden header allows clicking the back button while animating away
This bug was fixed in the package ubuntu-ui-toolkit -
1.3.1603+15.10.20150812-0ubuntu1
---------------
ubuntu-ui-toolkit (1.3.1603+15.10.20150812-0ubuntu1) wily; urgency=medium
[ Tim Peeters ]
* Use grid units in Icons in the showcase gallery. Fixes LP: #1481489
* Disable header buttons when the header is animating. Fixes LP: #1478147
* Add ActionBar examples to the gallery.
* Make the default MainView background plain white. Fixes LP: #1481834
[ Zsombor Egri ]
* Fixing swiping over active components. Fixes LP: #1479688.
* Fixing broken BottomEdgeHint gallery page.
[ Zoltán Balogh ]
* Fix packaging question marks / issues. Fixes LP: #1481584
[ Loïc Molinari ]
* UbuntuShape - Added support drop shadow aspect support to UbuntuShapeOverlay
Fixes LP: #1480197.
* UbuntuShape - Removed content orientation work around.
The shape was using a workaround to make it render correctly when the
content orientation was not the native one. This was perfect for the
OrientationHelper shipped with the toolkit but now that the Shell
implements the rotation, this is not needed anymore and causes some
rendering issues. Note that the shape will still needs to support
correct rendering when rotated using the rotation property of the Item,
but that is a different issue. Fixes LP: #1466656.
* UbuntuShape - Added a DropShadow aspect. Fixes LP: #1478129.
* Renamed ShellIcon to ProportionalShape.
* UbuntuShape - Added an ShellIcon item. Fixes LP: #1478130
[ Nick Dedekind ]
* Added LiveTimer.
[ Christian Dywan ]
* Grab focus when Dialog is shown.
* Set Qt.IBeamCursor on text component MouseArea's. Fixes LP: #1483823
* Make automaticOrientation on MainView a no-op. Fixes LP: #1470258
* Fix warnings on undefine theme.name in gallery
examples/ubuntu-ui-toolkit-gallery/ubuntu-ui-toolkit-gallery.qml:48:
TypeError: Cannot read property of null.
[ Ken VanDine ]
* Don't fail if MainView doesn't have a useDeprecatedToolbar property
Fixes LP: #1451243
[ CI Train Bot ]
* Resync trunk. added: examples/ubuntu-ui-toolkit-gallery/po/uk.po
-- CI Train Bot <ci-train-bot@xxxxxxxxxxxxx> Wed, 12 Aug 2015 17:31:20
+0000
** Changed in: ubuntu-ui-toolkit (Ubuntu)
Status: Fix Committed => Fix Released
--
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/1478147
Title:
hidden header allows clicking the back button while animating away
Status in ubuntu-ui-toolkit package in Ubuntu:
Fix Released
Bug description:
Create a Page with a hidden header:
head {
visible: false
locked: true
}
When pushing this page to the stack, the header will hide by animating
to the top. During this animation the back button can be seen and also
be pressed which causes the page to be popped from the stack.
This is especially problematic when pushing a regular page (with
normal header) on top of the one with the hidden header. The user can
then do a double-tap on the back button and pop both pages from the
stack, even though the developer explicitly restricted that by hiding
the header.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1478147/+subscriptions
References