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 19710 - popup menu actions are not triggered.
Summary: popup menu actions are not triggered.
Status: CLOSED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 3.x
Hardware: PC Windows ME/2000
: P1 blocker (vote)
Assignee: Peter Zavadsky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-01-24 08:16 UTC by Milos Kleint
Modified: 2008-12-22 21:59 UTC (History)
1 user (show)

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 Milos Kleint 2002-01-24 08:16:35 UTC
Using build 200201240100, on Windows2000 with jdk 1.3.1_01.

many popup actions just don't work. selecting New/Folder and clicking on the
item doesn't open the dialog to create the directory. Same goes for all items in
New.
No matter what filesystem I use: I tried on Local Filesystem and javacvs
filesystem. Even mounting the cvs/vcs filesystems is not possible. (however it
works for localfs/jarfs) There are more things. I think the pattern is that
anything that has more levels in the popup menu ceased to work.

The menu is ok, it also works in the popup menu in case you select the item you
want with the mouse and then press enter, rather then clicking the left mouse
button. However that's unacceptable workaround IMHO.
Comment 1 Jan Zajicek 2002-01-24 11:55:49 UTC
Passing to Peter. Seems like this is caused by your yesterdays fix.
Comment 2 _ ttran 2002-01-24 12:20:11 UTC
Peter, please roll back the fault commit
Comment 3 Peter Zavadsky 2002-01-24 13:00:44 UTC
Fixed in [main-trunk], rollbacked the fix of #19865.

Fix:
core/../windows/frames/TopFrameTypeImpl.java 1.15

Note:
The problem was caused by fix of the #19865. But it seems it causes
big problems on Win & Solaris.
 There is fired windowDeactivated event when mouse presseed in menu
item on heavyweight popup, the same like it would be clicked outside
the window. I guess it's wrong behaviour of jdk, but needs to be
investigated.
Comment 4 Peter Zavadsky 2002-01-24 13:03:25 UTC
I'm sorry, the correct issue number is #19685.
Comment 5 Jan Zajicek 2002-01-25 09:49:23 UTC
verified in dev#200201250100
Comment 6 Quality Engineering 2003-07-01 16:19:32 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.