Unity freezes for a few seconds when 'clear all' is tapped in Notifications
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| | unity8 (Ubuntu) |
High
|
Nick Dedekind | ||
Bug Description
1. Create a missed call or sms.
2. Open Notification from top.
3. press the 'clear all' label
4. try to close the Notification menu by dragging it from bottom
What happens:
Nothing happens, unity seem to freeze for 2 seconds.
This issue does not exist in RTM branch.
Related branches
- Albert Astals Cid (community): Approve on 2015-04-20
- PS Jenkins bot: Needs Fixing (continuous-integration) on 2015-04-20
-
Diff: 1069 lines (+643/-146)13 files modifiedplugins/AccountsService/AccountsService.cpp (+304/-102)
plugins/AccountsService/AccountsService.h (+9/-9)
plugins/AccountsService/AccountsServiceDBusAdaptor.cpp (+12/-2)
plugins/AccountsService/AccountsServiceDBusAdaptor.h (+3/-1)
tests/plugins/AccountsService/AccountsServer.cpp (+23/-7)
tests/plugins/AccountsService/AccountsServer.h (+11/-1)
tests/plugins/AccountsService/CMakeLists.txt (+8/-0)
tests/plugins/AccountsService/PropertiesServer.cpp (+43/-6)
tests/plugins/AccountsService/PropertiesServer.h (+8/-1)
tests/plugins/AccountsService/client.cpp (+187/-8)
tests/plugins/AccountsService/interfaces.xml (+22/-1)
tests/plugins/AccountsService/server.cpp (+12/-7)
tests/plugins/Unity/Launcher/CMakeLists.txt (+1/-1)
| summary: |
- Unity freezes for a few seconds when 'clear messages' is tapped in + Unity freezes for a few seconds when 'clear all' is tapped in Notifications |
| description: | updated |
| Changed in unity8 (Ubuntu): | |
| assignee: | nobody → Nick Dedekind (nick-dedekind) |
| Changed in unity8 (Ubuntu): | |
| status: | New → Triaged |
| tags: | added: qa-sanity |
| Changed in unity8 (Ubuntu): | |
| status: | Triaged → In Progress |
| Launchpad Janitor (janitor) wrote : | #2 |
This bug was fixed in the package unity8 - 8.02+15.
---------------
unity8 (8.02+15.
[ Albert Astals Cid ]
* Workarounds for concierge mode.
[ CI Train Bot ]
* New rebuild forced.
* Resync trunk.
unity8 (8.02+15.
[ Albert Astals Cid ]
* Make runtests fake a test error if make fails
* Make the test more stable
* Use dbus-test-runner instead of dbus-launch
[ Daniel d'Andrada ]
* DirectionalDrag
* Fix EdgeDragEvaluator when a drag can happen both ways
(Direction.
[ Josh Arenson ]
* Remove panelHeight property as it is unused.
[ Leo Arias ]
* Initial clean up of the autopilot tests set up. Removed the touch
device from the test case. Moved the restart of unity to a fixture.
Removed the unused DragMixin. Updated the setUpClass to use
process_
fixed. Use the toolkit helper to set the testability environment
variable. Fixed the indicators base class that was restarting unity
twice. (LP: #1238417, #1447206)
* Use the base class from the toolkit in autopilot tests.
[ Michael Zanetti ]
* emit application-stop when we're going down (LP: #1326513)
[ Michał Sawicz ]
* UNITY_SCOPES_LIST is no more
[ handsome_feng<email address hidden> ]
* When click the favorite scope in Dash Manager , it just return to
the corresponding scope page. (LP: #1447056)
unity8 (8.02+15.
[ Albert Astals Cid ]
* Compile with Qt 5.5 (LP: #1437238)
* Different way of top aligning labels when the other one in the row
is multiline (LP: #1442085)
* make pot_file
[ Andrea Cimitan ]
* Set sourceSize for DashBackground.qml Image
[ CI Train Bot ]
* New rebuild forced.
* Resync trunk. added: po/sk.po
[ Daniel d'Andrada ]
* Move handling of command line options to a separate class
* Refactor tst_PhysicalKey
[ Leo Arias ]
* For autopilot tests, use the device simulation scenarios from the
toolkit.
[ Leonardo Arias Fonseca ]
* For autopilot tests, use the device simulation scenarios from the
toolkit.
[ Michael Zanetti ]
* Make sure dnd mode is ended properly when drag gesture is cancelled
(LP: #1444949)
[ Michał Sawicz ]
* Fix flake8 warnings (LP: #1444170)
* Move mock indicator service to unity8-fake-env, as it's a binary-
dependent package.
[ Nick Dedekind ]
* Use asynchronous dbus requests for property updates. (LP: #1436982)
-- CI Train Bot <email address hidden> Mon, 11 May 2015 08:29:58 +0000
| Changed in unity8 (Ubuntu): | |
| status: | In Progress → Fix Released |


Confirmed, and this is a regression from RTM.