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 54487 - Help IDs in project properties dialog
Summary: Help IDs in project properties dialog
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Project (show other bugs)
Version: 4.x
Hardware: All All
: P3 blocker (vote)
Assignee: Petr Hrebejk
URL:
Keywords: UI
Depends on:
Blocks: 54483
  Show dependency tree
 
Reported: 2005-02-03 15:41 UTC by John Jullion-ceccarelli
Modified: 2005-03-02 18:08 UTC (History)
1 user (show)

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 John Jullion-ceccarelli 2005-02-03 15:41:05 UTC
In the J2SE standard project properties dialog
box, the Build category node shouldn't have a help
ID. Also, when I was clicking help on all the
pages I got this help ID, any idea what it's for:

org.netbeans.modules.java.j2seproject.ui.customizer.J2SECustomizer
Comment 1 Tomas Zezula 2005-02-04 08:01:12 UTC
Petr probably knows more about HelpIDs in the J2SEProject customizer.
Comment 2 Petr Hrebejk 2005-02-07 15:15:23 UTC
What build do you use? When I click help I get the right help. E.g.
Jar by packaging, Compiling->Compilig, etc.

Please reopen if the problem remains in the lastest build and provide
some more info.
Comment 3 John Jullion-ceccarelli 2005-02-07 16:25:54 UTC
If you select the Build node in left panel and click Help, you get
org.netbeans.modules.java.j2seproject.ui.customizer.J2SECustomizer.
The node doesn't have a panel associated with it, it's only for
organization purposes. It should therefore not have a help ID.
Comment 4 Petr Hrebejk 2005-02-07 16:42:31 UTC
Why not? I think it should point to most specific help possible. So
beter to J@SE project dialog than to nowhere. No?

Do the other panels work for you?
Comment 5 John Jullion-ceccarelli 2005-02-07 16:51:19 UTC
There is no one generic help page for the Project Properties dialog
box - there are just help pages for each of its panels. If I can
select something in the dialog box and it has no panel, it shouldn't
have a help ID and the help button should be greyed out (IMHO, using
selectable nodes for grouping purpose isn't good UI - is there any
reason a user would want to expand/collapse these nodes? Why let the
user select the node if there's no information attached.) Anyway, I
need to talk to Jano about whether he's OK with the Help button being
enabled/disabled depending on what node is selected.

Other panels are all fine.
Comment 6 John Jullion-ceccarelli 2005-02-08 09:37:16 UTC
talked with Jano and he agrees, if the node shows an empty panel, the
Help button should be disabled. Thanks.
Comment 7 Petr Hrebejk 2005-02-10 08:35:25 UTC
*** Issue 54748 has been marked as a duplicate of this issue. ***
Comment 8 Petr Hrebejk 2005-03-02 18:08:13 UTC
Checking in
j2seproject/src/org/netbeans/modules/java/j2seproject/ui/customizer/CustomizerProviderImpl.java;
/cvs/java/j2seproject/src/org/netbeans/modules/java/j2seproject/ui/customizer/CustomizerProviderImpl.java,v
 <--  CustomizerProviderImpl.java
new revision: 1.3; previous revision: 1.2
done