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 44278

Summary: Selection lost. Need two clicks to get back to node.
Product: platform Reporter: Lukas Hasik <lhasik>
Component: Window SystemAssignee: Milos Kleint <mkleint>
Status: CLOSED FIXED    
Severity: blocker CC: pnejedly
Priority: P3 Keywords: UI
Version: 4.x   
Hardware: PC   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:

Description Lukas Hasik 2004-06-03 13:17:03 UTC
[200406021800]

-have open Projects, Files, Favorites, Runtime
-have selected any node in every tab

*when switching among the tabs with mouse the
selection (blue) is lost on every second tab... it
means you cannot switch by mouse and move
selection with keyboard.

-everything works fine when switching among tabs
with  ALT+Left/Right arrow

-it's little bit obscure scenario but still bug
Comment 1 Petr Nejedly 2004-06-03 14:00:58 UTC
Actually, the lost thing is not the selection, but rather the focus.
Is Windows System responsible for this?
Comment 2 Milos Kleint 2004-06-16 13:46:09 UTC
reassign
Comment 3 Milos Kleint 2004-06-16 14:33:06 UTC
fixed in trunk.
Comment 4 Milos Kleint 2004-06-17 09:14:09 UTC
*** Issue 43616 has been marked as a duplicate of this issue. ***
Comment 5 Milos Kleint 2004-07-27 09:57:01 UTC
rollbacking and reopening. was causing problems like #46124.

the problem seems to hidden somewhere in the KeyboardFocusManager.
 after the new TC requests focus, the keyboardfocusmanager will kick
in and retargetFocusLost()..

Comment 6 Milos Kleint 2004-08-03 13:01:28 UTC
fixed in trunk.
Comment 7 Marian Mirilovic 2004-08-26 15:01:55 UTC
verified in [nb_dev](200408251800)