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 56776 - NetBeans running on secondary monitor displays menus and dropdowns on primary monitor instead
Summary: NetBeans running on secondary monitor displays menus and dropdowns on primary...
Status: RESOLVED DUPLICATE of bug 47719
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 4.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: David Simonek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-22 09:10 UTC by x_cubed
Modified: 2008-12-22 18:47 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
An example of the issue (143.76 KB, image/png)
2005-03-22 09:21 UTC, x_cubed
Details

Note You need to log in before you can comment on or make changes to this bug.
Description x_cubed 2005-03-22 09:10:58 UTC
I have a laptop running XP and NetBeans 4.0 with the 1.4.2_07 JDK. When at 
home, I plug in my 17" LCD to get the most out of NetBeans, but there is a bug 
with either Swing or NetBeans that means that all the menus dropdowns and 
dropdown lists are displayed on the primary monitor, rather the secondary 
monitor where NetBeans is running. Menus and dropdown lists are always 
displayed at the rightmost edge of the primary monitor suggesting that their 
position is being limited based on the size of the primary monitor, rather 
than the entire viewport.
This defect doesn't affect the main menu captions (eg: File, Edit, etc) or the 
dropdown controls themselves, only the windows that they create when activated.
Comment 1 x_cubed 2005-03-22 09:21:31 UTC
Created attachment 21019 [details]
An example of the issue
Comment 2 Marian Mirilovic 2005-03-22 10:06:21 UTC

*** This issue has been marked as a duplicate of 47719 ***
Comment 3 Jan Chalupa 2005-03-22 10:11:35 UTC
Yes, it's a duplicate. Running NetBeans with the -J-Dnetbeans.popup.no_hack=true
option should fix the problem.