← Back to team overview

ubuntu-sdk-bugs team mailing list archive

[Bug 1165173] Re: Scrollbars should be interactive and have a thumb when running on a desktop (like regular Ubuntu overlay scrollbars)

 

** Changed in: ubuntu-ui-toolkit (Ubuntu Vivid)
       Status: New => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
SDK bug tracking, which is subscribed to ubuntu-ui-toolkit in Ubuntu.
https://bugs.launchpad.net/bugs/1165173

Title:
  Scrollbars should be interactive and have a thumb when running on a
  desktop (like regular Ubuntu overlay scrollbars)

Status in Ubuntu UI Toolkit:
  Fix Released
Status in ubuntu-ui-toolkit package in Ubuntu:
  Fix Released
Status in ubuntu-ui-toolkit source package in Vivid:
  Invalid

Bug description:
  The new Friends GUI/Timeline does not seem to support overlay
  scrollbars. Right now you have to click and drag the timeline which
  does not seem consistent with now the rest of the desktop GUI work.

  The good news is that interactive scrollbars with a thumb (== overlay
  scrollbars as we know them on the desktop) are implemented in the UI
  toolkit. However they are not configured to behave like that. To
  configure them in that manner a couple of theme properties need to be
  changed in themes/Ambiance/qmltheme/default.qmltheme:

  .scrollbar {
      interactive: true;
      overlay: false;
      overlayOpacityWhenShown: 1.0;
  [...]
  }

  Now the idea is to have the thumbs enabled automatically when and only
  when the app is running on a 'desktop' computer (ie. when a mouse is
  available).

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ui-toolkit/+bug/1165173/+subscriptions