This bug was fixed in the package unity8 - 8.12+16.10.20160617-0ubuntu1 --------------- unity8 (8.12+16.10.20160617-0ubuntu1) yakkety; urgency=medium
[ Michael Terry ] * Do not create Label/Icon if we don't need it * Fix Z-ordering of prompt surfaces (LP: #1586219) * Drop bottom edge tutorials completely and small fixes for other edges. (LP: #1565103) * Redo visuals for greeter prompt box. (LP: #1435923) * Make tutorial qmltests more robust. (LP: #1590810) * Stop showing an extra lockscreen in desktop unity8 sessions. (LP: #1582987) [ Albert Astals Cid ] * Improve dash plugin mock * Stabilize PreviewExpandableTest::test_all_widgets_height * Workaround QTBUG-53460 * Split artShape code for cardTool card and regular card * Simplify the code since fixedArtSize code is mandatory for regular cards * Desktop stage: Support rotatesWindowContents (LP: #1547481) * Turn if if else into if elseif else * Fix leaks in QInputDeviceManagerPrivate::addDevice * Do not call |= on uninitialized sigterm.sa_flags * initialize udevMonitor * Make notifier and notifierFd function local variables * Fix crash if a component that is not an Item is given to sectionDelegate * Tests: Do not use dynamic_cast if we're not going to test it anyway * Minor coverity fixes * Fix warning about anchors.fill in ProportionalShape (LP: #1590963) * Make wait in cleanup() wait for snapTo animation to have finished [ Alexandros Frantzis ] * Improve the way notifications interact with power management (LP: #1570922) [ Andrea Cimitan ] * Correctly refresh cardcreator cache on artshapestyle changes (LP: #1588335) * Same tweaks we have for click scope now for libertine * add a timer to pull to refresh to work on small windows (LP: #1589060) [ Daniel d'Andrada ] * Clean up debug leftovers * Ensure mouse and window movement are pixel-aligned (LP: #1510382) * Fix SpreadDelegate rotation animations * No point in version-controlling files that are automatically generated * Center cursor on screen when it's first shown * Custom cursor name just have to start with "custom" * Work around AnimatedSprite infinite loop bug (LP: #1588929) [ Josh Arenson ] * Disable showDash when it is already shown. (LP: #1506708) * Add a timestamp to the dash log (LP: #1580074) * Add timestamp to unity8 log (LP: #1498169) [ Lukáš Tinkl ] * Implement keyboard shortcuts info panel * Implement window controls overlay activatable with 3 fingers tap (LP: #1489020) * Select correct Chinese input method for OSK in the wizard (LP: #1588633) [ Michael Zanetti ] * Add support for the launcher surface pips displaying the correct number of surfaces * Add support for the persistent alert state. (LP: #1575147, #1584348, #1586621) * send a Alt-release event on alt+tab instead of delaying it completely and invoking it later (LP: #1565236) [ Stephen M. Webb ] * added a new upstart $SESSION for unity8-desktop-session (LP: #1376715) -- Michael Terry <michael.te...@canonical.com> Fri, 17 Jun 2016 01:22:57 +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/1506708 Title: Dash reset when pulling out launcher is too eager Status in Ubuntu UX: Fix Committed Status in unity8 package in Ubuntu: Fix Released Bug description: 1) Go the app store, look at an app page, maybe start writing a review 2) Pull out the launcher If you are even a little enthusiastic with your pull, the dash resets, and you lose your place. I do it by accident often, and it's annoying. I think it would be reasonable to wait till the drag goes more than a launcher's width past the launcher or something similar. --------Desired design------------- Don't go home scope (left most) yet when gesture has passed the launcher width. Follow the same logic here as when performing left edge gesture when some other app than Dash is focused. I don't think there is exact spec or parameters anywhere but basic rules are: - Only trigger switch on finger release (the home scope can and should already be revealed during the gesture) - To go to home scope certain horizontal threshold value needs to be exceeded and gesture direction on release needs to be from left to right. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu-ux/+bug/1506708/+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