touch-packages team mailing list archive
-
touch-packages team
-
Mailing list archive
-
Message #39958
[Bug 1222878] Re: toolbar.js requires a global variable "UI"
saucy has seen the end of its life and is no longer receiving any
updates. Marking the saucy task for this ticket as "Won't Fix".
** Changed in: ubuntu-html5-theme (Ubuntu Saucy)
Status: New => Won't Fix
--
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/1222878
Title:
toolbar.js requires a global variable "UI"
Status in Ubuntu UI SDK for HTML5 Apps:
Fix Released
Status in ubuntu-html5-theme package in Ubuntu:
Fix Released
Status in ubuntu-html5-theme source package in Saucy:
Won't Fix
Bug description:
toolbar.js requires a global variable "UI". This variable is not
created by the theme and thus must be manually created by the app
developer.
I.e. this code will not work:
var ubuntu = new UbuntuUI();
ubuntu.init();
ubuntu.toolbar("mytoolbar").toggle();
Instead, the developer has to declare UI globally (i.e. without
"var").
UI = new UbuntuUI();
UI.init();
UI.toolbar("mytoolbar").toggle();
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-html5-theme/+bug/1222878/+subscriptions