Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 510421

Summary: The AbstractScrollAction should use ViewportPolicy to determine the operation to execute.
Product: [Tools] GEF Reporter: Matthias Wienand <matthias.wienand>
Component: GEF MVCAssignee: gef-inbox <gef-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 1.1.0   
Target Milestone: 5.0.0 (Oxygen) M5   
Hardware: All   
OS: All   
Whiteboard:

Description Matthias Wienand CLA 2017-01-13 05:43:49 EST
The AbstractScrollAction should query the ViewportPolicy of the root part and use it to compute the operation that is used for scrolling, so that a custom ViewportPolicy is respected in the scroll actions.
Comment 1 Matthias Wienand CLA 2017-01-16 07:00:11 EST
I refactored the code so that AbstractScrollAction uses ViewportPolicy to construct the operation that performs the actual scrolling. The code is published on the master branch, therefore, I resolve this ticket as fixed for 5.0.0 M5.