Bug 324557 - ScrollingGraphicalViewer should respect HandleBounds in reveal()
Summary: ScrollingGraphicalViewer should respect HandleBounds in reveal()
Status: NEW
Alias: None
Product: GEF
Classification: Tools
Component: GEF-Legacy GEF (MVC) (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: gef-inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-06 05:23 EDT by Hasan Ceylan CLA
Modified: 2010-09-06 06:10 EDT (History)
1 user (show)

See Also:


Attachments
Little change to make that work... (15.69 KB, patch)
2010-09-06 05:29 EDT, Hasan Ceylan CLA
no flags Details | Diff
Little change to make that work... (1.25 KB, text/plain)
2010-09-06 06:10 EDT, Hasan Ceylan CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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...