"scrubbing" icons looks really bad
Bug #715991 reported by
Danielle Foré
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Slingshot |
Fix Committed
|
Medium
|
Unassigned | ||
Slingshot |
Fix Released
|
Medium
|
Unassigned |
Bug Description
Currently, when mousing over an icon, it gets this background that fades in and out. However, if you scrub over a few icons really quickly it gets a terrible flickering thing going on.
What it looks like it's doing (to me) is jumping to a fade-out animation from full opacity. Instead, it should be fading out from whatever opacity it was when the mouse left the area.
In this way, if you scrub over an icon fast enough, it should appear to not get a highlight at all or only for a fraction of a second.
Changed in slingshot-launcher: | |
status: | New → Confirmed |
importance: | Undecided → Medium |
To post a comment you must log in.
Hover should now ascend/descend opacity based on its value on mouse-enter/ mouse-leave events thanks to the magic Cairo talents of Mr. MBarvian ;)