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).

** Summary changed:

- Overlay Scrollbars Not Working In Qml
+ Scrollbars should be interactive and have a thumb when running on a desktop 
(like regular Ubuntu overlay scrollbars)

** Tags added: desktop

** Changed in: ubuntu-ui-toolkit
     Assignee: Zoltan Balogh (bzoltan) => Florian Boucault (fboucault)

** Changed in: ubuntu-ui-toolkit
       Status: New => Confirmed

** Changed in: ubuntu-ui-toolkit
   Importance: Medium => High

** Description changed:

- Ubuntu 13.04
- 
  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.
  
- ProblemType: Bug
- DistroRelease: Ubuntu 13.04
- Package: friends 0.1.3daily13.04.05-0ubuntu1
- ProcVersionSignature: Ubuntu 3.8.0-16.26-generic 3.8.5
- Uname: Linux 3.8.0-16-generic x86_64
- NonfreeKernelModules: nvidia
- ApportVersion: 2.9.2-0ubuntu5
- Architecture: amd64
- Date: Fri Apr  5 21:03:17 2013
- EcryptfsInUse: Yes
- InstallationDate: Installed on 2013-03-10 (26 days ago)
- InstallationMedia: Ubuntu 13.04 "Raring Ringtail" - Alpha amd64 (20130309)
- MarkForUpload: True
- SourcePackage: friends
- UpgradeStatus: No upgrade log present (probably fresh install)
+ 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).

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to 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)

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

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to