Issue 122254

Summary: [sidebar] Process mouse wheel events
Product: General Reporter: Andre <awf.aoo>
Component: uiAssignee: Andre <awf.aoo>
Status: CLOSED FIXED QA Contact:
Severity: Normal    
Priority: P3 CC: issues
Version: 4.0.0-dev   
Target Milestone: 4.0.0   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Latest Confirmation in: ---
Developer Difficulty: ---
Issue Depends on:    
Issue Blocks: 121420    

Description Andre 2013-05-08 07:19:55 UTC
Scroll the sidebar up and down for mouse wheel events over the vertical scroll bar.  When the scroll bar is not visible then ignore wheel events.

It is easily possible to also process mouse wheel events when the mouse is over the deck content, not just the scrollbar.  But when the mouse pointer ends up over a control that itself processes wheel events then following events will go to this control and change its value.  To prevent such a confusing behavior, wheel events for the deck content are ignored.
Comment 1 SVN Robot 2013-05-08 07:21:38 UTC
"af" committed SVN revision 1480173 into trunk:
122254: Process mouse wheel events over sidebar scroll bar.
Comment 2 Andre 2013-05-08 07:23:21 UTC
Added a Notify() method to class Deck and process only wheel events for the scroll bar.