bugGNU Octave - Bugs: bug #45448, Column sorting in workspace viewer...

 
 

bug #45448: Column sorting in workspace viewer broken

Submitter:  Philip Nienhuis <philipnienhuis>
Submitted:  Tue 30 Jun 2015 08:11:03 PM UTC
   
 
Category:  GUI Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Regression
Status:  Fixed Assigned to:  None
Originator Name:  Philip Nienhuis Open/Closed:  * Closed
Release:  * 4.0.0 Operating System:  * Any
Fixed Release:  None Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Jump to the original submission

Fri 24 Jul 2015 12:38:37 PM UTC, comment #6: 

I have pushed the patch to stable followed by a patch addressing the issue with the missing sorting directly after start-up, see


Torsten Lilge <ttl>
Group Member
Tue 07 Jul 2015 06:29:06 PM UTC, comment #5: 

OK I see.

Personally I find both of these issues less relevant than no possibility to sort at all, but obviously some user is going to complain then :-)  IOW a lot of work/dev time for cosmetic issues.

Philip Nienhuis <philipnienhuis>
Group Member
Tue 07 Jul 2015 05:29:04 AM UTC, comment #4: 

I am facing two problems:

  • Right after startup without existing settings file, no sort indicator is shown and clicking on the header has no effect.
  • When explicitly showing the sort indicator in the code the indicated sorting is ignored after startup (see attached screenshot workspace_sorting.png); it is necessary to click on the header in order to get the correct sorting.



Torsten Lilge <ttl>
Group Member
Mon 06 Jul 2015 03:27:25 PM UTC, comment #3: 

Torsten, what exactly do you mean with "sorting is ignored right after start-up"?
If -immediately after starting of Octave fitted with my little patch- I do:

>> a = 3
a =  3
>> b = int32 (2)
b = 2
>> c = true
c =  1
>> d = [1, 2; 3, 4]
d =

   1   2
   3   4


...sorting in the workspace works perfectly for all columns.

Philip Nienhuis <philipnienhuis>
Group Member
Sat 04 Jul 2015 01:47:58 PM UTC, comment #2: 

While testing the patch I recognized that the sorting is ignored right after startup. I am going to look into this issue before applying the patch.

Torsten Lilge <ttl>
Group Member
Tue 30 Jun 2015 08:13:45 PM UTC, comment #1: 

Here's a cset.

Would this be for stable or dev version? It once worked on stable AFAIK.

(file #34349)

Philip Nienhuis <philipnienhuis>
Group Member
Tue 30 Jun 2015 08:11:03 PM UTC, original submission:  

(Bug report singled out from bug #45428)

cset http://hg.octave.org/octave/rev/9a8be23d2c05 broke the option to sort columns in the workspace viewer by double-clicking the column headers.

cset to fix it in a next comment.

Philip Nienhuis <philipnienhuis>
Group Member

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

Attached Files
file #34386:  worksapce_sorting.png added by ttl (10KiB - image/png)

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by ttl (Posted a comment)
  • -email is unavailable- added by philipnienhuis (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only group members can vote.

     

    Follow 5 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2015-07-24 ttl StatusPatch Submitted Fixed
        Open/ClosedOpen Closed
    2015-07-07 ttl Attached File- Added worksapce_sorting.png, #34386
    2015-06-30 philipnienhuis Attached File- Added bug45448_sort_cols_wrkspc.cs, #34349
        StatusIn Progress Patch Submitted

    Back to the top

    Powered by Savane 3.13-758e.
    Corresponding source code