touch-packages team mailing list archive
-
touch-packages team
-
Mailing list archive
-
Message #47674
[Bug 1292109] Re: UbuntuUI API docs example of toolbar incorrect
This bug was fixed in the package ubuntu-html5-theme -
0.1.2+15.04.20150115.2-0ubuntu1
---------------
ubuntu-html5-theme (0.1.2+15.04.20150115.2-0ubuntu1) vivid; urgency=low
[ Alexandre Abreu ]
* Meta branch that contains those bug fixes (easier to land):
[ daker ]
* Added timer to hide the toolbar (LP: #1293899, #1292109)
[ David Barth ]
* Fix a few small typos in the docs
* Make sure to add the header after it's created
* Remove the strict cordova-2.8 dependency, which is not supported
anymore (LP: #1409656)
[ Ubuntu daily release ]
* New rebuild forced
-- Ubuntu daily release <ps-jenkins@xxxxxxxxxxxxxxxxxxx> Thu, 15 Jan 2015 16:20:56 +0000
** Changed in: ubuntu-html5-theme (Ubuntu)
Status: New => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-html5-theme in
Ubuntu.
https://bugs.launchpad.net/bugs/1292109
Title:
UbuntuUI API docs example of toolbar incorrect
Status in Ubuntu UI SDK for HTML5 Apps:
In Progress
Status in ubuntu-html5-theme package in Ubuntu:
Fix Released
Bug description:
Here:
http://developer.ubuntu.com/api/html5/sdk-14.04/UbuntuUI.Toolbar/
I shows this as the example of creating a toolbar object:
var toolbar = UI.footer("footerID");
This is incorrect and should be:
var toolbar = UI.toolbar("toolbarID");
As shown here:
http://developer.ubuntu.com/api/html5/sdk-14.04/UbuntuUI.UbuntuUI/
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-html5-theme/+bug/1292109/+subscriptions