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

Bug 483565

Summary: InfiniteCanvas does not listen to clipContentProperty changes.
Product: [Tools] GEF Reporter: Matthias Wienand <matthias.wienand>
Component: GEF FXAssignee: gef-inbox <gef-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 0.2.0   
Target Milestone: 4.0.0 / 3.11.0 (Neon) M4   
Hardware: All   
OS: All   
Whiteboard:

Description Matthias Wienand CLA 2015-12-03 08:55:01 EST
Currently the InfiniteCanvas registers two change listeners on its zoomGridProperty. The first one actually enables/disables grid zooming, while the second one enables/disables content clipping. The second listener should be removed and a new listener should be declared that is registered on the clipContentProperty in order to enable/disable content clipping in response to clipContentProperty changes.
Comment 1 Matthias Wienand CLA 2015-12-05 14:17:39 EST
I removed the erroneously registered listener from the zoomGridProperty and correctly registered it on the clipContentProperty. The code is published on the master branch, therefore, I resolve this ticket as fixed for 3.11.0M4.