Bug 172463

Summary: ZoomManager#zoomTo(Rectangle) has an empty implementation
Product: [Tools] GEF Reporter: Steinar Bang <sb>
Component: GEF-Legacy GEF (MVC)Assignee: gef-inbox <gef-inbox>
Status: NEW --- QA Contact:
Severity: normal    
Priority: P3 CC: nyssen
Version: 3.2.1   
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard:

Description Steinar Bang CLA 2007-02-01 06:54:15 EST
Build ID: M20060921-0945

Steps To Reproduce:
1.Install eclipse 3.2.1 SDK
2.Install the GEF SDK
3.Start eclipse and create a new Java class
4.In that class create a ZoomManager variable
5.Move the cursor over the "ZoomManager", and press F3 to see the ZoomManager class source
6.Navigate to the zoomTo(Rectangle) method implementation and observe that is empty


More information:
The ZoomManager#zoomTo(Rectangle) method is a very useful method when attempting to write a zoom-to-selection action (the action would then consist of simply finding the bounding box, and calling ZoomManager#zoomTo(Rectangle))