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 78545

Summary: UML options should have access to appropriate online help
Product: uml Reporter: bugbridge <bugbridge>
Component: GeneralAssignee: issues@uml <issues>
Status: RESOLVED WONTFIX    
Severity: blocker CC: sj-nb
Priority: P4    
Version: 5.x   
Hardware: PC   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:

Description bugbridge 2006-06-20 12:50:06 UTC
steps to reproduce:
1. invoke Tools|options
2. go to advanced options
3. select any node within Edit node and press F1
help about selected options is displayed
4. select any node within UML node
Global Options Window help is displayed, help should be context sensitive
Comment 1 Yang Su 2006-12-19 01:36:26 UTC
The logic of implementation is rather simple, UML preference node needs to override 
public HelpCtx getHelpCtx() from AbstractNode to provide relevant javahelp context.

P3 is more appropriate, it is a visible usability issue, but not critical.
Comment 2 Sergey Petrov 2009-01-14 17:33:27 UTC
corner or minor case