** Changed in: ayatana-design
       Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to unity in Ubuntu.
Matching subscriptions: dp-unity
https://bugs.launchpad.net/bugs/765732

Title:
  Launcher - auto-scroll needs to be more progressive

Status in Ayatana Design:
  Fix Released
Status in Unity:
  Fix Released
Status in “unity” package in Ubuntu:
  Fix Released

Bug description:
  When a user enters the scrolling zone at the top or bottom or the
  launcher (both when dragging a icon or with just the cursor) a auto-
  scroll starts.  This auto scroll needs to be made more progressive.
  At the moment the autoscroll is too slow.

  Desired solution:
  - Make the auto-scroll more progressive, e.g. the scroll speed starts slower 
when the cursor enters the scroll zone, and becomes faster when the cursor is 
at the far end of the scrolling zone.

  Considering a playback of 30fps, the formula should look like:

  SCROLL_AREA_HEIGHT = 24px;
  speed = (SCROLL_AREA_HEIGHT - mouseY) / SCROLL_AREA_HEIGHT * 30;

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/765732/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to     : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to