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 214899 - Menu doesn't work correctly
Summary: Menu doesn't work correctly
Status: RESOLVED INCOMPLETE
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 7.1.2
Hardware: PC Linux
: P3 normal with 1 vote (vote)
Assignee: Stanislav Aubrecht
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-28 09:55 UTC by pvradu
Modified: 2012-09-04 09:53 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 pvradu 2012-06-28 09:55:50 UTC
Product Version = NetBeans IDE 7.1.2 (Build 201204101705)
Operating System = Linux version 3.2.0-25-generic running on amd64
Java; VM; Vendor = 1.7.0_03
Runtime = OpenJDK 64-Bit Server VM 22.0-b10

If I click for example the "Help" menu, after the click it disappears. I have to stick with the click and move the mouse somewhere on the right down of the "Help" label of the menu to get the menu showed correctly.
Comment 1 Stanislav Aubrecht 2012-06-28 12:20:04 UTC
Please reopen if reproducible with Oracle JDK, thanks.
Comment 2 pvradu 2012-06-28 12:32:14 UTC
Hi,

removed openjdk and installed oracle JDK, the same result.

java -version:
java version "1.7.0_05"
Java(TM) SE Runtime Environment (build 1.7.0_05-b05)
Java HotSpot(TM) 64-Bit Server VM (build 23.1-b03, mixed mode)
Comment 3 Stanislav Aubrecht 2012-06-28 13:07:48 UTC
Thanks for the extra info.
Is this happening also when no project is opened and no files are being edited?
Also please try running SwingSet demo to see if it's reproducible in a plain Swing application.
Comment 4 pvradu 2012-06-28 13:12:53 UTC
This happens since I first started the application. I didn't manage to add a project / edit a file ..yet.
Well, I tried SwingSet demo and clicked just about everything, and worked just fine.
Comment 5 pvradu 2012-06-28 13:15:48 UTC
Wait, I just saw the menus and click them. And, If I click on each and every menu at a time, open the menu, and then click again to close it, it works fine. But, if I click on a menu to open, and then move the cursor to another menu, the position of the sub-menu is wrong.
Comment 6 pvradu 2012-06-28 17:06:29 UTC
Just discovered something else: it happens only in whole screen mode (full screen minus bottom taskbar). If I restore the window to a smaller size, it works fine. My resolution is 1920x1080.
Comment 7 Stanislav Aubrecht 2012-09-04 09:53:02 UTC
Looks like a duplicate of #215977, please reopen if still reproducible in recent builds, thanks.