[Arale] News aggregator scope has a white scope background in cards
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| | Canonical System Image |
Critical
|
Kevin Gunn | ||
| | unity8 (Ubuntu) |
Critical
|
Andrea Cimitan | ||
| | unity8 (Ubuntu RTM) |
Critical
|
Unassigned | ||
Bug Description
Open the news aggregator in Arale.
Go to the section "national news"
A white card background appears
This seems to be only impacting vertical-jounal cards.
Related branches
- PS Jenkins bot: Needs Fixing (continuous-integration) on 2015-01-22
- Albert Astals Cid (community): Approve on 2015-01-22
-
Diff: 45 lines (+9/-2)2 files modifiedplugins/Dash/CardCreator.js (+2/-1)
tests/qmltests/Dash/tst_Card.qml (+7/-1)
- Unity Team: Pending requested 2015-02-13
-
Diff: 2193 lines (+1176/-382)27 files modifieddebian/changelog (+26/-0)
plugins/Dash/CardAttributes.qml (+2/-0)
plugins/Dash/CardCreator.js (+5/-1)
qml/Components/Dialogs.qml (+4/-24)
qml/Components/PhysicalKeysMapper.qml (+113/-0)
qml/Components/VolumeKeyFilter.qml (+0/-63)
qml/Notifications/Notification.qml (+36/-6)
qml/Notifications/Notifications.qml (+2/-6)
qml/Panel/IndicatorItem.qml (+2/-0)
qml/Shell.qml (+12/-39)
tests/mocks/Unity/Notifications/CMakeLists.txt (+2/-1)
tests/mocks/Unity/Notifications/MockActionModel.cpp (+6/-4)
tests/mocks/Unity/Notifications/MockActionModel.h (+4/-2)
tests/mocks/Unity/Notifications/MockNotification.cpp (+156/-4)
tests/mocks/Unity/Notifications/MockNotification.h (+63/-5)
tests/mocks/Unity/Notifications/MockNotificationModel.cpp (+172/-0)
tests/mocks/Unity/Notifications/MockNotificationModel.h (+72/-0)
tests/mocks/Unity/Notifications/plugin.cpp (+5/-3)
tests/mocks/Unity/Notifications/plugin.h (+1/-2)
tests/qmltests/CMakeLists.txt (+1/-0)
tests/qmltests/Components/tst_PhysicalKeysMapper.qml (+119/-0)
tests/qmltests/Dash/tst_Card.qml (+9/-3)
tests/qmltests/Notifications/Notification.qml (+31/-0)
tests/qmltests/Notifications/tst_Notifications.qml (+271/-213)
tests/qmltests/Notifications/tst_OptionToggle.qml (+11/-6)
tests/qmltests/Notifications/tst_SwipeToAct.qml (+4/-0)
tests/qmltests/tst_ShellWithPin.qml (+47/-0)
| Changed in unity8 (Ubuntu): | |
| importance: | Undecided → Critical |
| Changed in canonical-devices-system-image: | |
| importance: | Undecided → Critical |
| Victor Tuson Palau (vtuson) wrote : | #1 |
| Changed in canonical-devices-system-image: | |
| milestone: | none → ww09-2015 |
| Albert Astals Cid (aacid) wrote : | #2 |
Is this arale only? I can't reproduce it in a krillin+rtm (nor in the nexus+vivid since doesn't have the news scope)
| Victor Tuson Palau (vtuson) wrote : | #3 |
error snapped
| Albert Astals Cid (aacid) wrote : | #4 |
So we have https:/
If i'm right this has to be fixed on the scope level and not in unity8
| Albert Astals Cid (aacid) wrote : | #5 |
Chris is it you doing the news scope? Do you know who if not?
| Chris Wayne (cwayne18) wrote : | #6 |
ssweeny works on the news scope, and there's no background specified in the code
| Albert Astals Cid (aacid) wrote : | #7 |
Actually, having a look at https:/
var hasBackground = (hasSummary || !isHorizontal) && (template[
should be something more like
var hasBackground = (!isHorizontal && (template[
Otherwise we're adding a background to all cards with artAndSummary which i'd say is not what https:/
Note that this should not affect rtm branch.
| Changed in unity8 (Ubuntu): | |
| assignee: | nobody → Andrea Cimitan (cimi) |
| Changed in unity8 (Ubuntu): | |
| status: | New → In Progress |
| Changed in unity8 (Ubuntu RTM): | |
| importance: | Undecided → Critical |
| no longer affects: | unity8 (Ubuntu RTM) |
| Changed in canonical-devices-system-image: | |
| status: | New → Confirmed |
| status: | Confirmed → In Progress |
| Changed in unity8 (Ubuntu RTM): | |
| status: | New → Triaged |
| importance: | Undecided → Critical |
| assignee: | nobody → Michał Sawicz (saviq) |
| milestone: | none → 14.09-ota-1 |
| Launchpad Janitor (janitor) wrote : | #8 |
This bug was fixed in the package unity8 - 8.02+15.
---------------
unity8 (8.02+15.
[ Andrea Cimitan ]
* Fix continue button in wifi wizard page, adds qml-module-
qtsysteminfo as unity8 dep (LP: #1363400)
* Background needs to be specified to be visible in horizontal cards
(LP: #1411748)
[ CI Train Bot ]
* Resync trunk
[ Michał Sawicz ]
* Add workaround for gcc ICE.
[ Albert Astals ]
* Implement proper updateRanges for horizontal items (i.e. Carousel,
Horizontal List)
[ Michael Terry ]
* Don't accept multiple "Finish" clicks during the last step of the
wizard
[ Daniel d'Andrada ]
* Unify all liblightdm mocks
* Ensure the greeter password field is not covered by the keyboard
* Don't show() the lockscreen if it's already being shown
-- Ubuntu daily release <email address hidden> Thu, 05 Feb 2015 10:30:13 +0000
| Changed in unity8 (Ubuntu): | |
| status: | In Progress → Fix Released |
| Victor Tuson Palau (vtuson) wrote : | #9 |
this bug was only in vivid, does it need to go to rtm?
| Michał Sawicz (saviq) wrote : | #10 |
If we backport the fix for bug #1393008, we'll need this as well, as that's where the regression came.
| Changed in canonical-devices-system-image: | |
| assignee: | nobody → Kevin Gunn (kgunn) |
| Michał Sawicz (saviq) wrote : | #11 |
Importance of this can be reduced since it's not actually affecting RTM without the fix for the other bug.
| Pat McGowan (pat-mcgowan) wrote : | #12 |
fixed in vivid
| Changed in unity8 (Ubuntu RTM): | |
| status: | Triaged → Invalid |
| Changed in canonical-devices-system-image: | |
| milestone: | ww09-2015 → none |
| status: | In Progress → Fix Released |
| Changed in unity8 (Ubuntu RTM): | |
| milestone: | 14.09-ota-1 → none |
| assignee: | Michał Sawicz (saviq) → nobody |
| Launchpad Janitor (janitor) wrote : | #13 |
This bug was fixed in the package unity8 - 8.02+15.
---------------
unity8 (8.02+15.
[ Albert astals ]
* Preserve the aspect ratio for the card attribute images
[ Andrea Cimitan ]
* support background on horizontal cards with summary (LP: #1393008)
* Background needs to be specified to be visible in horizontal cards
(LP: #1411748)
[ Daniel d'Andrada ]
* Don't show() the lockscreen if it's already being shown
[ Joshua Arenson ]
* Create a PhysicalKeyMapper to handle all physical/hardware keys
[ Michał Sawicz ]
* Create a PhysicalKeyMapper to handle all physical/hardware keys
[ Mirco Müller ]
* Allow swipe-to-dismiss for contracted snap-decision notifications,
interactive notifications and ephemeral notifications. (LP:
#1355422, #1334855)
-- CI Train Bot <email address hidden> Tue, 17 Feb 2015 10:47:19 +0000
| Changed in unity8 (Ubuntu RTM): | |
| status: | Invalid → Fix Released |
| Changed in canonical-devices-system-image: | |
| milestone: | none → ww13-ota |


I can reproduce this in vivid too