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 3719 - HelpAction, invoked on a modal dialog, presents the help browser but it is not selectable -> cannot be scrolled.
Summary: HelpAction, invoked on a modal dialog, presents the help browser but it is no...
Status: CLOSED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: All All
: P4 normal (vote)
Assignee: Jesse Glick
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1999-09-07 16:29 UTC by Jesse Glick
Modified: 2008-12-23 11:39 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 Jesse Glick 1999-09-07 16:29:11 UTC
I.e., somehow it needs to open the web browser (or whatever) in a modal subdialog or somesuch, rather than in a regular TopComponent, so that the help for dialogs can be scrolled.

- Jarda says: DO NOT add TopManager.showHelp(Dialog) call!!!


- Could have NbDialog bind F1 itself to a copy of HelpAction impl which would use some special private display-help call in impl. So make HelpAction non-transmodal. Would need to search for the right
keybinding(s) in global keymap to duplicate them properly. Ugh.

- Could have NbDialog keep track of when it was being opened (modally) and closed, and set some global flag in impl when this changed. Then the Help impl, or maybe NbTopManager, would need to control
its behavior when the flag was set, using a modal browser dialog instead. More elegant.
Comment 1 Marek Grummich 2000-07-25 09:20:59 UTC
Priority is changed to P4 (normal).
Comment 2 Quality Engineering 2003-07-02 15:23:13 UTC
Resolved for 3.4.x or earlier, no new info since then -> verify.

Comment 3 Quality Engineering 2003-07-02 15:40:47 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.