This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 61736 - Confusing dialog for broken references
Summary: Confusing dialog for broken references
Status: RESOLVED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Infrastructure (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: Sherold Dev
URL:
Keywords: USABILITY
Depends on:
Blocks:
 
Reported: 2005-08-03 12:32 UTC by Petr Suchomel
Modified: 2005-09-14 13:45 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Suchomel 2005-08-03 12:32:02 UTC
USABILITY. While the reference in web project using J2EE server is broken, the
dialog showing Broken reference shows two button [OK] [Cancel]. Both do the
same, dialog is confusing and differs to similar action in other projects
Comment 1 Sherold Dev 2005-08-03 14:32:02 UTC
Actual those buttons do not do the same. The ok button stores the state of the
"do not bother anymore" checkbox, which the cancel does not. Anyway, since the
ok and cancel buttons were replaced by the close button in the standard broken
references dialog, this should be fix for maintaining the consistency.

TM -> 4.2.
Comment 2 Petr Suchomel 2005-08-03 14:44:13 UTC
Agree with fix. Having OK button for "do not bother anymore" is nonsense at all.
Comment 3 Sherold Dev 2005-09-14 13:45:21 UTC
F.

webproject:
Checking in src/org/netbeans/modules/web/project/ui/BrokenServerSupport.java;
/cvs/web/project/src/org/netbeans/modules/web/project/ui/BrokenServerSupport.java,v
 <--  BrokenServerSupport.java
new revision: 1.5; previous revision: 1.4
done
Checking in src/org/netbeans/modules/web/project/ui/Bundle.properties;
/cvs/web/project/src/org/netbeans/modules/web/project/ui/Bundle.properties,v 
<--  Bundle.properties
new revision: 1.38; previous revision: 1.37
done

ejbjarproject:
Checking in src/org/netbeans/modules/j2ee/ejbjarproject/ui/BrokenServerSupport.java;
/cvs/j2ee/ejbjarproject/src/org/netbeans/modules/j2ee/ejbjarproject/ui/BrokenServerSupport.java,v
 <--  BrokenServerSupport.java
new revision: 1.5; previous revision: 1.4
done
Checking in src/org/netbeans/modules/j2ee/ejbjarproject/ui/Bundle.properties;
/cvs/j2ee/ejbjarproject/src/org/netbeans/modules/j2ee/ejbjarproject/ui/Bundle.properties,v
 <--  Bundle.properties
new revision: 1.14; previous revision: 1.13
done

earproject:
Checking in src/org/netbeans/modules/j2ee/earproject/ui/BrokenServerSupport.java;
/cvs/j2ee/earproject/src/org/netbeans/modules/j2ee/earproject/ui/BrokenServerSupport.java,v
 <--  BrokenServerSupport.java
new revision: 1.3; previous revision: 1.2
done
Checking in src/org/netbeans/modules/j2ee/earproject/ui/Bundle.properties;
/cvs/j2ee/earproject/src/org/netbeans/modules/j2ee/earproject/ui/Bundle.properties,v
 <--  Bundle.properties
new revision: 1.8; previous revision: 1.7
done