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 160750 - Bug in sorting
Summary: Bug in sorting
Status: RESOLVED FIXED
Alias: None
Product: connecteddeveloper
Classification: Unclassified
Component: Bugzilla (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-20 16:49 UTC by Jaromir Uhrik
Modified: 2009-07-27 09:20 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Screenshot attached... (68.58 KB, image/png)
2009-03-20 16:50 UTC, Jaromir Uhrik
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jaromir Uhrik 2009-03-20 16:49:54 UTC
Product Version: NetBeans IDE Dev (Build cdev-407-on-090320)
Java: 1.5.0_16; Java HotSpot(TM) Client VM 1.5.0_16-133
System: Mac OS X version 10.5.6 running on i386; MacRoman; en_US (nb)

Steps to reproduce:
-in IDE: create a query containing couple of issues
-in Firefox: change the priority of an issue (I changed the priority of #2445 from P3->P2)
-in IDE: refresh the saved query
-in IDE: click on the table header to sort by priority

-->> The bug #2445 is between P3 issues
Comment 1 Jaromir Uhrik 2009-03-20 16:50:41 UTC
Created attachment 78532 [details]
Screenshot attached...
Comment 2 Tomas Stupka 2009-03-20 17:40:34 UTC
the sortkey is already set from the previous value - we should refresh it when the issue data change...
Comment 3 Tomas Stupka 2009-03-23 14:01:41 UTC
fixed

changeset   : 122625:a67b431e8a71
author      : Tomas Stupka <tstupka@netbeans.org>
date        : Mon Mar 23 14:01:14 CET 2009
Comment 4 Quality Engineering 2009-03-24 23:34:49 UTC
Integrated into 'main-golden', will be available in build *200903241535* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/a67b431e8a71
User: Tomas Stupka <tstupka@netbeans.org>
Log: #160750 - Bug in sorting