Double speed bounce
Bug #130363 reported by
AdrianvV
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Awn |
Fix Released
|
Low
|
Garoth |
Bug Description
Minor / cosmetic
avant-window-
libawn-bzr - 0.1.2-bzr15-2
With autohide on:
Moving the mouse down, revealing the panel
The icon landed on bounces much faster than icons normally bounce
Moving over another icon and back results in standard speed bouncing
Changed in awn: | |
importance: | Undecided → Low |
status: | New → Confirmed |
To post a comment you must log in.
More to this that I discovered while fixing a different issue...
You can get mega speed bouncing if you launch a slow program, let the bar hide, then summon it back up in the same spot (with your mouse over the icon you launched). It then stacks the bouncing of the launcher from the launch_launched method as well as the double speed bug from the hover, causing it to bounce three times as fast. (As a result of three g_timeout_add s that were used on the method, and it's inability to distinguish between opening locks.)