Launcher - [Regression] launcher tooltip delay got lost with the big multimonitor change
Bug #929485 reported by
David Callé
on 2012-02-09
This bug affects 3 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
| Ayatana Design |
High
|
John Lea | ||
| Unity |
Fix Released
|
Medium
|
Jjed | |
| 5.0 |
New
|
Undecided
|
Unassigned | |
| unity (Ubuntu) |
Medium
|
Unassigned |
Bug Description
The window controls and the window are separated by the Dash home launcher, displaying a tooltip each time the cursor is aiming from the maximized window area to the close window button. The tooltip information is irrelevant to the task being performed and is distracting.
-------
Desired solution:
- Fix the regression the resulted in the fix for bug #687956 being lost in Precise.
Related branches
lp:~jjed/unity/tooltip-delay
- Marco Trevisan (Treviño): Disapprove on 2013-03-06
-
Diff: 433 lines (+149/-15)10 files modifiedplugins/unityshell/src/AbstractLauncherIcon.h (+5/-5)
plugins/unityshell/src/BFBLauncherIcon.cpp (+1/-1)
plugins/unityshell/src/HudLauncherIcon.cpp (+1/-1)
plugins/unityshell/src/Launcher.cpp (+57/-2)
plugins/unityshell/src/Launcher.h (+9/-0)
plugins/unityshell/src/LauncherIcon.cpp (+12/-3)
plugins/unityshell/src/LauncherIcon.h (+3/-1)
plugins/unityshell/src/SimpleLauncherIcon.cpp (+1/-1)
plugins/unityshell/src/SimpleLauncherIcon.h (+1/-1)
tests/autopilot/autopilot/tests/test_launcher.py (+59/-0)
lp:~jjed/unity/tooltips-redux
- PS Jenkins bot: Approve (continuous-integration) on 2013-03-06
- Stephen M. Webb (community): Approve on 2013-03-06
- Marco Trevisan (Treviño): Approve on 2013-03-06
- Jjed (community): Resubmit on 2013-02-28
- Thomi Richards: Pending requested 2013-03-04
-
Diff: 564 lines (+356/-36)11 files modifiedlauncher/AbstractLauncherIcon.h (+1/-0)
launcher/CMakeLists.txt (+1/-0)
launcher/Launcher.cpp (+21/-24)
launcher/Launcher.h (+3/-0)
launcher/LauncherIcon.cpp (+0/-11)
launcher/MockLauncherIcon.h (+5/-1)
launcher/TooltipManager.cpp (+126/-0)
launcher/TooltipManager.h (+57/-0)
tests/CMakeLists.txt (+1/-0)
tests/autopilot/unity/tests/launcher/test_tooltips.py (+87/-0)
tests/test_tooltip_manager.cpp (+54/-0)
David Callé (davidc3) wrote : | #1 |
Omer Akram (om26er) wrote : Re: Launcher - launcher tooltip delay got lost with the big multimonitor change | #2 |
summary: |
- Hovering the Dash home launcher when closing a maximized window is - distracting + Launcher - launcher tooltip delay got lost with the big multimonitor + change |
Changed in unity: | |
importance: | Undecided → Medium |
status: | New → Confirmed |
Changed in unity (Ubuntu): | |
importance: | Undecided → Medium |
status: | New → Confirmed |
John Lea (johnlea)
on 2012-03-07
Changed in ayatana-design: | |
assignee: | nobody → John Lea (johnlea) |
importance: | Undecided → High |
status: | New → Fix Committed |
description: | updated |
tags: | added: udp |
summary: |
- Launcher - launcher tooltip delay got lost with the big multimonitor - change + Launcher - [Regression] launcher tooltip delay got lost with the big + multimonitor change |
Marco Trevisan (Treviño) (3v1n0)
on 2012-04-21
Changed in unity: | |
milestone: | none → 5.12.0 |
status: | Confirmed → In Progress |
Changed in unity (Ubuntu): | |
status: | Confirmed → In Progress |
Changed in unity: | |
assignee: | nobody → Jacob Johan Edwards (j-johan-edwards) |
Didier Roche (didrocks)
on 2012-04-27
Changed in unity: | |
milestone: | 5.12.0 → 5.14.0 |
Daniel van Vugt (vanvugt)
on 2012-06-27
Changed in unity: | |
milestone: | 5.14.0 → 6.0 |
Didier Roche (didrocks)
on 2012-07-10
Changed in unity: | |
milestone: | 6.0 → 6.2 |
Didier Roche (didrocks)
on 2012-08-10
Changed in unity: | |
milestone: | 6.2 → 6.4 |
Daniel van Vugt (vanvugt)
on 2012-09-03
Changed in unity: | |
milestone: | 6.4 → 6.6 |
Daniel van Vugt (vanvugt)
on 2012-09-18
Changed in unity: | |
milestone: | 6.6 → 7.0 |
PS Jenkins bot (ps-jenkins) wrote : | #4 |
Fix committed into lp:unity at revision None, scheduled for release in unity, milestone backlog
Changed in unity: | |
status: | In Progress → Fix Committed |
Stephen M. Webb (bregma)
on 2013-04-04
Changed in unity: | |
status: | Fix Committed → Fix Released |
Marco Trevisan (Treviño) (3v1n0)
on 2014-02-26
Changed in unity (Ubuntu): | |
status: | In Progress → Fix Committed |
status: | Fix Committed → Fix Released |
Marco Trevisan (Treviño) (3v1n0)
on 2015-10-14
tags: | added: rls-w-incoming |
To post a comment you must log in.
Previously there used to be a little delay when the tooltip would appear. That somehow got lost after the multimonitor implementation.