Bug 217387 - [PropertiesDialog] Error Status is loss when invalid dialog display
Summary: [PropertiesDialog] Error Status is loss when invalid dialog display
Status: NEW
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.2   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Platform UI Triaged CLA
QA Contact:
URL:
Whiteboard:
Keywords: helpwanted
Depends on:
Blocks:
 
Reported: 2008-02-01 00:34 EST by dthoa CLA
Modified: 2019-09-06 16:18 EDT (History)
0 users

See Also:


Attachments

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