| Summary: | Keyboard scrolling in paletteviewer does not reveal selected editpart | ||
|---|---|---|---|
| Product: | [Tools] GEF | Reporter: | Randy Hudson <hudsonr> |
| Component: | GEF-Legacy GEF (MVC) | Assignee: | Eric Bordeau <ebordeau> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | major | ||
| Priority: | P2 | CC: | ppshah |
| Version: | 2.1 | Keywords: | accessibility |
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows XP | ||
| Whiteboard: | |||
|
Description
Randy Hudson
Look at ViewportExposeHelper.expose.... // exposeRegion.expand(5,5); This line is commented out in that class. instead of always adding a 5,5 margin, we should be able to customize the expose margin. Make following changes: + field Margin exposeMargin + method setExposeMargin(Margin) Then, set this new field appropriately in DrawerEditPart.getAdapter (ExposeHelper.class). *** Bug 35546 has been marked as a duplicate of this bug. *** Added an Insets field and set method to ViewportExposeHelper and use it to expand the expose region in exposeDescendant(). |