Tooltip is visible behind quicklists
Bug #1036521 reported by
Daniel van Vugt
This bug affects 10 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Nux |
Fix Released
|
High
|
Sam Spilsbury | ||
2.0 |
Confirmed
|
Undecided
|
Unassigned | ||
3.0 |
Fix Released
|
Undecided
|
Sam Spilsbury | ||
Unity |
Fix Released
|
High
|
Sam Spilsbury | ||
5.0 |
Confirmed
|
High
|
Unassigned | ||
6.0 |
Fix Released
|
Undecided
|
Unassigned | ||
nux (Ubuntu) |
Fix Released
|
High
|
Sam Spilsbury | ||
unity (Ubuntu) |
Triaged
|
Medium
|
Sam Spilsbury |
Bug Description
I find tooltips are still visible behind quicklists when they open. This bug is very easy to reproduce with the new GLES code (compiz r3320 or later), but sometimes visible even without that.
Also observed in precise: Unity 5.14.
Related branches
lp://staging/~smspillaz/unity/unity.fix_1036521
Merged
into
lp://staging/unity
- Daniel van Vugt: Approve
-
Diff: 20 lines (+2/-1)1 file modifiedlauncher/CairoBaseWindow.cpp (+2/-1)
lp://staging/~smspillaz/nux/nux.fix_1036521
- Daniel van Vugt: Approve
-
Diff: 274 lines (+168/-63)3 files modifiedNux/WindowCompositor.cpp (+87/-63)
Nux/WindowCompositor.h (+1/-0)
tests/gtest-nux-windowcompositor.cpp (+80/-0)
lp://staging/~smspillaz/nux/nux.3.0.fix_1036521
- Daniel van Vugt: Approve
-
Diff: 274 lines (+168/-63)3 files modifiedNux/WindowCompositor.cpp (+87/-63)
Nux/WindowCompositor.h (+1/-0)
tests/gtest-nux-windowcompositor.cpp (+80/-0)
lp://staging/~smspillaz/unity/unity.6.0.fix_1036521
Rejected
for merging
into
lp://staging/unity/6.0
- Daniel van Vugt: Approve
-
Diff: 20 lines (+2/-1)1 file modifiedlauncher/CairoBaseWindow.cpp (+2/-1)
Superseded
for merging
into
lp://staging/unity
- Unity Team: Pending requested
-
Diff: 132 lines (+35/-4) (has conflicts)5 files modifiedlauncher/CairoBaseWindow.cpp (+2/-1)
launcher/VolumeImp.cpp (+4/-1)
tests/gmockvolume.c (+22/-0)
tests/gmockvolume.h (+2/-0)
tests/test_volume_imp.cpp (+5/-2)
Changed in unity: | |
assignee: | Daniel van Vugt (vanvugt) → nobody |
tags: | added: unity-visuals-quantal |
Changed in unity: | |
milestone: | 6.4 → 6.6 |
Changed in unity: | |
importance: | Medium → High |
Changed in unity: | |
assignee: | nobody → Nicolas d'Offay (nicolas-doffay) |
Changed in unity (Ubuntu): | |
assignee: | nobody → Nicolas d'Offay (nicolas-doffay) |
Changed in unity: | |
milestone: | 6.6 → 7.0 |
Changed in unity: | |
assignee: | Nicolas d'Offay (nicolas-doffay) → Sam Spilsbury (smspillaz) |
Changed in unity (Ubuntu): | |
assignee: | Nicolas d'Offay (nicolas-doffay) → Sam Spilsbury (smspillaz) |
Changed in nux: | |
status: | New → In Progress |
Changed in unity: | |
status: | Triaged → In Progress |
Changed in nux: | |
milestone: | none → 3.4 |
importance: | Undecided → High |
assignee: | nobody → Sam Spilsbury (smspillaz) |
Changed in nux: | |
milestone: | 3.4 → 4.0 |
Changed in nux: | |
status: | In Progress → Fix Committed |
Changed in unity: | |
status: | In Progress → Fix Committed |
no longer affects: | unity/6.0 |
Changed in unity: | |
milestone: | 7.0 → 6.6 |
Changed in unity: | |
status: | Fix Committed → Fix Released |
Changed in nux (Ubuntu): | |
status: | New → Fix Released |
assignee: | nobody → Sam Spilsbury (smspillaz) |
importance: | Undecided → High |
To post a comment you must log in.
I think this could be the same root cause as bug 1036572.
Seems kind of like the background is being retrieved from the wrong framebuffer, a frame or two old.