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 33276 - [I18N] HelpOperator
Summary: [I18N] HelpOperator
Status: VERIFIED FIXED
Alias: None
Product: qa
Classification: Unclassified
Component: Jellytools (show other bugs)
Version: 3.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@qa
URL:
Keywords: I18N
Depends on:
Blocks:
 
Reported: 2003-04-28 14:36 UTC by Marian Mirilovic
Modified: 2003-07-30 13:30 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 Marian Mirilovic 2003-04-28 14:36:07 UTC
There is hardcoded string in constructor "Help - All"
Comment 1 Jiri Skrivanek 2003-04-28 15:00:51 UTC
Please, use the second constructor with title of help window when you
test a concrete help set.
Title of the master halp window is taken from file

org/netbeans/modules/javahelp/resources/masterHelpSet.xml

Probably we will have to find a way how to easy get string from the
xml file or find another way how to uniquely identify the Help window.
Comment 2 Jiri Skrivanek 2003-05-23 14:59:20 UTC
Fixed in sources and will be in next jellytools build. Now we don't
use title to locate help window but we find a frame which contains a
javax.help.JHelp* sub component.
Comment 3 Jiri Skrivanek 2003-06-05 16:09:13 UTC
Fixed in version 2.0.58.
Comment 4 Marian Mirilovic 2003-07-30 13:30:17 UTC
verifying.