Bug 166806 - [Dialogs] Dialogs are forced to restore previous size.
Summary: [Dialogs] Dialogs are forced to restore previous size.
Status: RESOLVED INVALID
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.3   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Tod Creasey CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on: 116906
Blocks:
  Show dependency tree
 
Reported: 2006-12-05 11:54 EST by Tod Creasey CLA
Modified: 2006-12-05 13:12 EST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tod Creasey CLA 2006-12-05 11:54:02 EST
The fix for Bug 116906 now forces dialogs to save thier sizes all of the time. If you do not want to restore the size you have no way to do this without rewriting the close method.

This should not be the default for non-resizable dialogs anyways but we should have a "shouldStoreSize" method.

We are now using a forms based expandable composite in the Switch Workspace dialog and so we are now forced to save these sizes.
Comment 1 Tod Creasey CLA 2006-12-05 13:12:24 EST
I missed getDialogBoundsStrategy when poking around