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 58077 - Dual monitor: if toobar menu off screen, menu displays on wrong monitor
Summary: Dual monitor: if toobar menu off screen, menu displays on wrong monitor
Status: RESOLVED DUPLICATE of bug 58076
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 4.x
Hardware: All All
: P3 blocker (vote)
Assignee: David Simonek
URL:
Keywords: DUAL_MONITOR
: 90378 (view as bug list)
Depends on:
Blocks:
 
Reported: 2005-04-20 01:24 UTC by Peter Zavadsky
Modified: 2008-12-22 11:35 UTC (History)
2 users (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 Peter Zavadsky 2005-04-20 01:24:22 UTC
Issue info:

- monitor 2 on left
- move rave window such that the File menu is partial off screen
- invoke File menu
- menu will display on monitor 1
eric.arseneau@sun.com 2004-06-08
Comment 1 Jan Chalupa 2005-04-20 22:11:50 UTC
Most likely a duplicate of the issue caused by the infamous "popup hack". Try to
run NetBeans with -J-Dnetbeans.popup.no_hack=true and let me know if it helps.

Also see issue #49931, issue #47719, issue #39740, ...
Comment 2 Peter Zavadsky 2005-04-21 01:56:45 UTC
Eric, please, could you try it out?
Comment 3 ericarseneau 2005-04-21 17:24:21 UTC
- if I add in the -J-Dnetbeans.popup.no_hack=true, then the problem is reduced
- there are still issues with placement of the menu if the menu bar item is
close to the border/transition between the two monitors, but it is not as bad as
having the menu on completely the wrong screen :)
Comment 4 Jan Chalupa 2005-04-21 17:31:51 UTC
Hmm, I think that with the "popup hack" off, NB simply defers to default Swing
behavior. Could you please try a simple Swing app (e.g. the SwingSet2 demo) and
see if it's different from what you see with NetBeans?
Comment 5 Milos Kleint 2005-07-14 10:06:55 UTC
the popup hack was completely removed now, using pure swing only. the issue is
probably fixed in trunk. someone with dual monitor please test.
Comment 6 Jan Chalupa 2005-07-14 13:07:24 UTC
Not there yet. I'm still getting main and popup menus on the wrong screen when
running the recent trung build in a dual-monitor setup.
Comment 7 Jan Chalupa 2005-07-14 13:08:02 UTC
... recent *trunk* build, of course...
Comment 8 Marian Mirilovic 2006-01-03 10:50:56 UTC
Too late for NB5.0, please reevaluate.
Comment 9 Jiri Kovalsky 2006-12-05 14:49:53 UTC
*** Issue 90378 has been marked as a duplicate of this issue. ***
Comment 10 David Simonek 2007-01-19 13:13:38 UTC
This issue has the same reason as 58076, JDK bug. See 58076 for details.

*** This issue has been marked as a duplicate of 58076 ***