Bug 490927 - [CSS] Fix flicking for styled Scrollbars
Summary: [CSS] Fix flicking for styled Scrollbars
Status: CLOSED INVALID
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 4.4   Edit
Hardware: PC All
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Fabio Zadrozny CLA
QA Contact:
URL:
Whiteboard:
Keywords: feep
Depends on: 430278 491032
Blocks: 481227
  Show dependency tree
 
Reported: 2016-04-01 11:28 EDT by Lars Vogel CLA
Modified: 2016-11-22 03:31 EST (History)
8 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Lars Vogel CLA 2016-04-01 11:28:36 EDT
+++ This bug was initially created as a clone of Bug #430278 +++

See https://bugs.eclipse.org/bugs/show_bug.cgi?id=430278#c10
Comment 1 Lars Vogel CLA 2016-04-01 11:29:12 EDT
Fabio, please fix that for M7.
Comment 2 Fabio Zadrozny CLA 2016-04-01 12:18:01 EDT
Humm, there are actually 2 settings for the width (one for when the mouse is not close to it and another when the mouse is close to it)...

i.e.: "swt-scrollbar-width" and "swt-scrollbar-mouse-near-scroll-width"

So, I left the values different on purpose (i.e.: it should be a feature that when the mouse is far from the scrollbar the scrollbar is tiny).

If needed, I can change both values to be the same (should be just a matter of updating the value in the css), but this isn't a real 'flicking', so, marking the bug as invalid.

-- Although I'm definitely fine in changing any of the values there if the defaults I've set are not Ok.