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 69317

Summary: ctrl-tab doesnt display popup on second monitor
Product: platform Reporter: mikeskells <mikeskells>
Component: Window SystemAssignee: David Simonek <dsimonek>
Status: CLOSED FIXED    
Severity: blocker Keywords: DUAL_MONITOR
Priority: P3    
Version: 4.x   
Hardware: PC   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:

Description mikeskells 2005-11-25 10:57:26 UTC
ctrl-tab usually displays a popup to enable window switching to occur, and 
also echos the selected file in the status bar

When NB is on the second monitor the popup does not display, bu the restof the 
functionallity works ok (the selected file is echoes and the window can be 
switched
Comment 1 David Simonek 2005-12-07 14:50:07 UTC
correct, reproduced.
Comment 2 David Simonek 2005-12-07 15:31:26 UTC
fixed in main trunk, it was just small innocent-like typo :-)

Checking in KeyboardPopupSwitcher.java;
/cvs/core/windows/src/org/netbeans/core/windows/view/ui/KeyboardPopupSwitcher.java,v
 <--  KeyboardPopupSwitcher.java
new revision: 1.15; previous revision: 1.14
Comment 3 Petr Chytil 2007-01-04 12:45:04 UTC
closed.