Bug 490927

Summary: [CSS] Fix flicking for styled Scrollbars
Product: [Eclipse Project] Platform Reporter: Lars Vogel <Lars.Vogel>
Component: UIAssignee: Fabio Zadrozny <fabiofz>
Status: CLOSED INVALID QA Contact:
Severity: normal    
Priority: P3 CC: ddcruver, fabiofz, kaloyan, Lars.Vogel, malikoski, mikael.barbero, pablo.gomez, rocky_mm
Version: 4.4Keywords: feep
Target Milestone: ---   
Hardware: PC   
OS: All   
Whiteboard:
Bug Depends on: 430278, 491032    
Bug Blocks: 481227    

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.