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 13039 - Last items from Tools menu are sometimes not visible
Summary: Last items from Tools menu are sometimes not visible
Status: CLOSED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: All All
: P1 blocker (vote)
Assignee: Petr Pisl
URL:
Keywords:
: 14672 (view as bug list)
Depends on:
Blocks:
 
Reported: 2001-06-20 18:03 UTC by Martin Grebac
Modified: 2008-12-23 10:39 UTC (History)
5 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
screenshot (112.52 KB, application/octet-stream)
2001-07-20 20:30 UTC, Martin Grebac
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Grebac 2001-06-20 18:03:17 UTC
Sometimes (quite often) when I open Tools menu, last items are not visible (see 
attachment). 

After investigating I found the best way how to reproduce it:

 change selected file in the explorer to a file of different filetype (then 
Tools menu is recreated), and click on Tools menu
Comment 1 Martin Grebac 2001-06-20 18:04:15 UTC
Created attachment 1655 [details]
screenshot
Comment 2 Robert Dankanin 2001-07-13 14:24:21 UTC
Yarda can you look on this issue or perhaps you have an idea whom to 
assign?
It's happening quite often, only "Tools" menu. Don't know if problem 
in JDK 1.4 or in NB.

Reassigning.
Comment 3 Antonin Nebuzelsky 2001-07-25 15:14:15 UTC
Changing priority to P1 because this symptom got worse (the whole
Tools menu leaves a grey rectangle on the screen) and all things
dependent on focus stop working - e.g. properties of nodes are not
displayed.

The only thing that helped was to restart the IDE.

Tested on jdk1.4 beta_refresh-b72 and FFJ-dev-010724_1-f4j_ce
Comment 4 Jan Zajicek 2001-07-25 15:29:48 UTC
Hmm, I saw this recently, but we are still looking for steps how to
reproduce this. They will be very very helpful.
Comment 5 Jaromir Uhrik 2001-08-02 12:18:08 UTC
I have some notice to this bug that could help.I restart the IDE very 
often because of AutoUpdate. After each restart the last item in the 
Tools menu is gray. Moreover the AUing (installing) of some modules 
causes the adding of the item to the Tools menu and sometimes they 
are displayed in strange way too.
Comment 6 Jaroslav Tulach 2001-08-06 14:30:07 UTC
Hello Trung, I think that the fix of JInlineMenu that you were talking
about on nbdev@ might help also this issue. Could you please add few
comments here (and hopefully close it)?

Comment 7 support 2001-08-06 17:54:22 UTC
[ttran] I've committed the JInlineMenu's fix today.  Can someone
please test the dev build tomorrow?

I however don't believe that my patch would fix the problem described
here.
Comment 8 _ ttran 2001-08-06 17:56:02 UTC
unassigned myself
Comment 9 Jan Zajicek 2001-08-07 15:37:46 UTC
Hmm. As I know the problem was observed only in Pilsen (in latest dev
build everything looks ok). So Rosta, can you verify Trung's patch in
Pilsen?
Comment 10 Rostislav Levy 2001-08-27 15:30:48 UTC
BUG also appears in version : FFJ30

Fixed in main trunk, and FFJ 3.0 will be fixed by sustaining group.
Comment 11 Jan Zajicek 2001-09-05 08:45:18 UTC
*** Issue 14672 has been marked as a duplicate of this issue. ***
Comment 12 Petr Pisl 2001-09-07 14:48:31 UTC
Fixed in pilsen_fixes
Comment 13 Jan Zajicek 2001-09-18 14:39:20 UTC
Tested the JP3 and have to say that both bugs persist.

1.bug:  sometimes aren't visible last items in tools menu

2.bug:  tools menu never hide and all popupmenus behave strange


Add2. Reproduce - on unix systems in MDI
1.create new Main class using NFT wizard
2.expand tools menu in the main window
3.now pres execute button in such way the tools menu doesn't hide when
pressing the button
4.from now the tools menu (gray rectangle is visible forever) and
hierarchical context menu in the explorer behaves strange - the ide is
useless - needs to be restarted
Comment 14 Rostislav Levy 2001-09-18 15:38:35 UTC
Reasign to sustaining group.
Comment 15 Petr Pisl 2001-10-01 12:07:34 UTC
In Tools menu you can see two separators and there aren't anything 
between them. The way how menu for i18n module is created, causes 
this problem. When there are these separators, then the grey 
rectangle remains in the screen (very often). The problem is in the 
JInline menu, when is setMenuItem is called during creating submenus. 
As possible fix is change way, how create submenu for tools in i18n 
module.

So bug is fixed in i18n module in classes (pilsen_fixes branch):
org.netbeans.modules.i18n.I18nGroupAction
org.netbeans.modules.i18n.I18nGroupPopupAction
org.netbeans.modules.i18n.I18nGroupMenuAction
Comment 16 Jan Zajicek 2001-10-01 14:58:44 UTC
Petre, can you, please, also file an issue against vcscore with
detailed description, how to solve similar problem on their side in
the context menu. And, also file new issue against core and
JInlineMenu to have this fixed in the right place and not only
workarounded. Add here the new issues numbers, thanks.
Comment 17 Petr Pisl 2001-10-05 12:21:31 UTC
I filled issue 16051 for vcscore
Comment 18 Marian Mirilovic 2001-12-04 13:56:22 UTC
Seems like fixed, verified in [nb_release33](200112040330) on
[jdk1.4](88)
Comment 19 Quality Engineering 2003-07-01 16:32:19 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.