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 5452 - When I invoke pop-up menu in Explorer for some node and then press F1 (to get help to some item) some items become disabled. [also, exception from MainWindow / MenuSelectionManager]
Summary: When I invoke pop-up menu in Explorer for some node and then press F1 (to get...
Status: CLOSED FIXED
Alias: None
Product: usersguide
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: All All
: P4 normal (vote)
Assignee: Petr Slegr
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2000-01-18 23:54 UTC by Petr Slegr
Modified: 2003-07-02 17:18 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 Petr Slegr 2000-01-18 23:54:39 UTC
What is happening is that the JavaHelp window opens, which has no node selection and so various actions are disabled. So the correct ones are enabled for the selected window, which is no longer the
Explorer.

Right-clicking back in the explorer restores the node selection.

[jglick] Now have a fix which will close the popups when F1 is pressed so that you do not see them become unenabled--they should be closed anyway. Similar to what happens already on the Main Window. A
lso have a fix for an problem in MainWindow which caused it to sometimes print an exception on console and not deselect the menu bar if you pressed F1 over a menu (sometimes)--the menu selection was b
eing cleared in the wrong thread and screwed things up.

If you move the mouse immediately after pressing F1 the menu will not go away. This is intentionally done in the code, although I do not know why it is so. If the mouse does not change to a new item,
then the menu will disappear (and all supermenus too).

Waiting to check in.


[jglick] Jarda checked in a fix for the MainWindow version. Have not checked in corresponding version for HelpAction.
Comment 1 Marek Grummich 2000-07-25 09:27:59 UTC
Priority is changed to P4 (normal).
Comment 2 Quality Engineering 2003-07-02 16:49:45 UTC
Resolved for 3.4.x or earlier, no new info since then -> verify
Comment 3 Quality Engineering 2003-07-02 17:18:38 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.