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 34170

Summary: [TTV] keyboard focus is moved "strangely"
Product: platform Reporter: David-john Burrowes <davidjon>
Component: Outline&TreeTableAssignee: _ tboudreau <tboudreau>
Status: VERIFIED FIXED    
Severity: blocker Keywords: FOCUS
Priority: P4    
Version: 3.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Bug Depends on: 31896    
Bug Blocks: 33281    

Description David-john Burrowes 2003-06-04 19:27:19 UTC
If keyboard focus is in column X (where X > the
first), and then the user clicks on the name
column in another row, the keyboard focus is moved
to column X in the new row, rather than to the
name column in the new row.

To reproduce:
In the Threads view in the debugger:
- open all the thread groups
- Click in the "state" column for, say, the system
threadgroup
- Click in the name column for one of the threads
(e.g. Finalizer)
- Note that the keyboard focus is now shown in the
state column for the Finalizer thread, rather than
in the name column for the Finalizer thread.
Comment 1 Jiri Rechtacek 2003-06-04 22:41:05 UTC
This issue blocks the umbrella issue 33281 - TreeTableView improving. All TTV's
issues should be fixed separately at once on base UI spec (task 31621).
Comment 2 _ tboudreau 2003-12-08 17:26:17 UTC
Fixed on property panel rewrite branch.
Comment 3 _ tboudreau 2003-12-09 09:37:06 UTC
Property panel rewrite branch merged.
Comment 4 Marian Mirilovic 2005-07-13 13:24:44 UTC
closed