Bug 217387

Summary: [PropertiesDialog] Error Status is loss when invalid dialog display
Product: [Eclipse Project] Platform Reporter: dthoa <dinhthaihoa>
Component: UIAssignee: Platform UI Triaged <platform-ui-triaged>
Status: NEW --- QA Contact:
Severity: normal    
Priority: P3 Keywords: helpwanted
Version: 3.2   
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description dthoa CLA 2008-02-01 00:34:58 EST
Build ID: M20060629-1905

Steps To Reproduce:
This is my code:
PreferenceDialog dialog = PreferencesUtil.createPropertyDialogOn(shell, project, AutomaticValidationPropertyPage.PAGE_ID, new String[] { AutomaticValidationPropertyPage.PAGE_ID }, null);
dialog.open();

In this properties page contains a invalid value, so I call setValid(false) after createContents method. When this dialog shows, a Error dialog appears and when I choose OK, Error Status on properties page is loss. (But when I resize this dialog, error status appears, I think its layout is broken).

Can I hide error dialog (make user feels painful) and keep Error status on this page

More information:
Comment 1 Susan McCourt CLA 2009-07-09 19:36:54 EDT
As per http://wiki.eclipse.org/Platform_UI/Bug_Triage_Change_2009
Comment 2 Eclipse Webmaster CLA 2019-09-06 16:18:27 EDT
This bug hasn't had any activity in quite some time. Maybe the problem got resolved, was a duplicate of something else, or became less pressing for some reason - or maybe it's still relevant but just hasn't been looked at yet.

If you have further information on the current state of the bug, please add it. The information can be, for example, that the problem still occurs, that you still want the feature, that more information is needed, or that the bug is (for whatever reason) no longer relevant.