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 85335 - add ability to size Help window
Summary: add ability to size Help window
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Help System (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jaroslav Havlin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-20 13:27 UTC by Patrick Keegan
Modified: 2011-09-01 16:04 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Patrick Keegan 2006-09-20 13:27:21 UTC
JavaHelp 2.0 contains a <presentation> tag in the main help set, which enables
you to programatically set the size and position of the Help viewer when it is
opened. However, adding the presentation tag along with size attribute does not
affect the IDE's JavaHelp, which the tag is added to the MasterHelpSet.xml file.
It would be nice to have this implemented
Comment 1 Antonin Nebuzelsky 2008-11-14 15:18:13 UTC
Reassigning to the new "core/help system" owner obarbashov.
Comment 2 Alexei Mokeev 2009-03-05 13:57:38 UTC
Moving JH issues to Victor.
Comment 3 Victor Vasilyev 2009-05-20 17:17:13 UTC
Current implementation of the JavaHelp Integration module (i.e. NB6.7) chooses the size and position of the Help dialog
according to some own conception that takes into account all visible windows of the IDE.
Ability to change behavior of the Help dialog from inside a help set may destroy the conception.

We need discuss this enhancement to understand all pro and con.