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 55645

Summary: [41cat] Wrong tab gets focus in Java Editor
Product: platform Reporter: johnzoet <johnzoet>
Component: Window SystemAssignee: Milos Kleint <mkleint>
Status: CLOSED FIXED    
Severity: blocker Keywords: FOCUS
Priority: P3    
Version: 4.x   
Hardware: Other   
OS: Linux   
Issue Type: DEFECT Exception Reporter:

Description johnzoet 2005-03-01 02:16:35 UTC
[ JDK VERSION : J2SE 1.5.0_01 ]

A file tab is at the far right end of the Java 
Editor. 
When I click on that tab, not the selected tab 
gets focus, but the following tab. 
I will lodge this as a bug.
Comment 1 Martin Roskanin 2005-03-01 08:38:41 UTC
it is openide/core issue, reassigning.
Comment 2 Milos Kleint 2005-03-03 06:39:58 UTC
reassigning
Comment 3 Milos Kleint 2005-03-03 14:50:48 UTC
rollbacking #52877 because it was causing problems for
ScrollingTabdisplayer. (#55645)
basically calling the tabselection change from AWT listener and moving
the component under th hood before the actual component's tab mouse
listener got a chance to react, caused it to react on wrong data and
select another tab
Comment 4 Petr Chytil 2007-01-02 18:29:23 UTC
closed.