gallery widget not working
Bug #1543059 reported by
Michael Weimann
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
unity-js-scopes |
Fix Committed
|
Undecided
|
Marcus Tomlinson |
Bug Description
When I add a gallery widget like this (image uris are just examples):
var images = new scopes.
images.
[
'http://
'http://
]
);
I get this error on console:
file://
file://
The images are not displayed.
Code example here: http://
Using the ubuntu-sdk-15.04.4 framework.
Related branches
lp://staging/~marcustomlinson/unity-js-scopes/lp-1543059
- Alexandre Abreu (community): Approve
- PS Jenkins bot (community): Approve (continuous-integration)
-
Diff: 45 lines (+22/-11)1 file modifiedsrc/bindings/src/preview-widget.cc (+22/-11)
description: | updated |
Changed in unity-js-scopes: | |
assignee: | nobody → Marcus Tomlinson (marcustomlinson) |
status: | New → In Progress |
Changed in unity-js-scopes: | |
status: | In Progress → Fix Committed |
To post a comment you must log in.
Update: Added code example: https:/ /code.launchpad .net/~m982/ +junk/perform- action- bug