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 34185

Summary: [TTV] Sorting seems to be case sensitive
Product: platform Reporter: David-john Burrowes <davidjon>
Component: Outline&TreeTableAssignee: _ tboudreau <tboudreau>
Status: VERIFIED DUPLICATE    
Severity: blocker    
Priority: P3    
Version: 3.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 33281    

Description David-john Burrowes 2003-06-04 21:22:18 UTC
The contents of the tables do not seem to be
sorted case insensitively.

For example, in the Threads view of the debugger,
you can sort on the name column, and you get stuff
like:

main
   AWT-Motif
   AWT-Shutdown
   Thread-0
   main

but this should be:

main
   AWT-Motif
   AWT-Shutdown
   main
   Thread-0
Comment 1 Jiri Rechtacek 2003-06-04 22:41:19 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 2004-08-16 08:23:57 UTC

*** This issue has been marked as a duplicate of 15805 ***
Comment 3 Marian Mirilovic 2005-07-12 10:16:39 UTC
closed