Bug 324557

Summary: ScrollingGraphicalViewer should respect HandleBounds in reveal()
Product: [Tools] GEF Reporter: Hasan Ceylan <hceylan>
Component: GEF-Legacy GEF (MVC)Assignee: gef-inbox <gef-inbox>
Status: NEW --- QA Contact:
Severity: normal    
Priority: P3 CC: matthew.wright
Version: unspecified   
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard:
Attachments:
Description Flags
Little change to make that work...
none
Little change to make that work... none

Description Hasan Ceylan CLA 2010-09-06 05:23:28 EDT
Build Identifier: All

Due to the whole idea behind the HandleBounds interface, I think GEF viewers should honor the handlebounds() if the target is HandleBounds instance...

Reproducible: Always
Comment 1 Hasan Ceylan CLA 2010-09-06 05:29:07 EDT
Created attachment 178251 [details]
Little change to make that work...

This checks the target and uses the handle bounds / bounds respectively...
Comment 2 Hasan Ceylan CLA 2010-09-06 06:10:19 EDT
Created attachment 178253 [details]
Little change to make that work...

There was some unwanted stuff in the previous patch. Sorry...