This bug was fixed in the package unity8 - 8.02+15.04.20150113.1-0ubuntu1 --------------- unity8 (8.02+15.04.20150113.1-0ubuntu1) vivid; urgency=low
[ Andrea Cimitan ] * support background on horizontal cards with summary (LP: #1393008) [ Gerry Boland ] * DashCommunicator: replace QDBusInterface with a non-blocking simplification which does not introspect the service on creation (LP: #1403508) [ Leo Arias ] * Added an autopilot test for the edges demo. [ Albert Astals ] * Don't show the manage dash pull up arrow on temp scopes (LP: #1401869) * Remove hack, newer Qt already support keyClick(char) * Tests: Add Qt 5.5 removal TODOs * Make sure we use fPIC when compiling files for the static library too * Make sure changing a scope doesn't trigger creation/destruction of delegates until it's finished (LP: #1410122) [ Michael Zanetti ] * patch debian/control file before using it to make it work with mk- build-deps -- Ubuntu daily release <ps-jenk...@lists.canonical.com> Tue, 13 Jan 2015 20:58:08 +0000 ** Changed in: unity8 (Ubuntu) Status: In Progress => Fix Released -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unity8 in Ubuntu. https://bugs.launchpad.net/bugs/1393008 Title: Horizontal cards with summary don't get backgrounds Status in Ubuntu App Developer site: Invalid Status in Ubuntu UX bugs: New Status in unity8 package in Ubuntu: Fix Released Status in unity8 package in Ubuntu RTM: New Bug description: If I change the WEATHER_TEMPLATE in the scopes example to: const static string WEATHER_TEMPLATE = R"( { "schema-version": 1, "template": { "category-layout": "carousel", "card-layout": "horizontal", "card-size": "small", "card-background":"color:///#0F0F0F" }, "components": { "title": "title", "art" : { "field": "art" }, "subtitle": "subtitle", "summary": "summary" } } )"; The cards are placed in carousel style, but the background color is simply omitted, the color of the card stays black. If the card-layout is changed from "horizontal" to "vertical", the color is there, and the cards in a carousel style, but the bottom 10% of the cards seem to be clipped. (Screenshot attached) This is my first bug report ever, so please let me know what else I should add, or if I am at the right place at all. Reported from: http://developer.ubuntu.com/scopes/cookbook/ To manage notifications about this bug go to: https://bugs.launchpad.net/developer-ubuntu-com/+bug/1393008/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp