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 178077 - Disallow sorting Sources view table via column title
Summary: Disallow sorting Sources view table via column title
Status: CLOSED WONTFIX
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: PC Linux
: P3 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on: 166801 178613
Blocks:
  Show dependency tree
 
Reported: 2009-12-03 06:38 UTC by Vojtech Sigler
Modified: 2010-05-06 08:12 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Vojtech Sigler 2009-12-03 06:38:51 UTC
Product Version: NetBeans IDE 6.8 RC2 (Build 200911302200)
Java: 1.6.0_17; Java HotSpot(TM) Client VM 14.3-b01
System: Linux version 2.6.31-14-generic running on i386; UTF-8; en_US (nb)

In Sources view I can sort source roots by invoking "Move Up"/"Move Down". This is fine, but if I click the title of the table column, all the rows are sorted alphabetically in descending or ascending order. This may cause quite a bit of confusion.

Sorting of table rows should be disabled in this view.
Comment 1 Martin Entlicher 2009-12-10 09:03:44 UTC
The same should be done for Call Stack view.
Comment 2 Martin Entlicher 2009-12-21 07:43:24 UTC
Fixed in changeset:   156093:6558c7c1ee8d
http://hg.netbeans.org/main/rev/6558c7c1ee8d
In Call Stack view sarting is disabled after changeset:   156092:af8d8d9431a6
Comment 3 Quality Engineering 2009-12-21 23:39:04 UTC
Integrated into 'main-golden', will be available in build *200912220201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/af8d8d9431a6
User: mentlicher@netbeans.org
Log: Set the sortability of columns. This depends on issue #178613 and is necessary for #178077.
Comment 4 Vojtech Sigler 2010-01-04 01:58:16 UTC
Verified in trunk build 201001020201
Comment 5 Martin Entlicher 2010-03-30 15:23:29 UTC
Because users still want to sort the sources table to easily find source roots, I've enabled the sorting back. But Move actions must not be enabled in sorted table. See issue #182022.
Comment 6 Marian Mirilovic 2010-05-06 08:12:36 UTC
verified