bugGNU Octave - Bugs: bug #57325, subpane not updated after editing...

 
 

bug #57325: subpane not updated after editing cell in nested array in cell array

Submitter:  None
Submitted:  Fri 29 Nov 2019 10:35:42 AM UTC
   
 
Category:  GUI Severity:  3 - Normal
Priority:  5 - Normal Item Group:  None
Status:  Confirmed Assigned to:  None
Originator Name:  Originator Email:  -email is unavailable-
Open/Closed:  * Open Release:  * dev
Operating System:  * Any Fixed Release:  None
Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Fri 29 Nov 2019 09:58:46 PM UTC, comment #1: 

Confirmed with dev tip of No. 26 on Windows 10

Adapted title, release -> dev and OS -> Any

Philip Nienhuis <philipnienhuis>
Group Member
Fri 29 Nov 2019 10:35:42 AM UTC, original submission:  

- a = {0, 0, [0 0 1 0], 0};
- open a in the variable editor
- open a{1,3} by double-clicking the '[1x4 double...]'
- change 1 into 2

Now:
- if you close the pane a{1,3} and reopen it, it is 1 again (on octave 4.4.1 it was 0)
- but 2 is shown at the command prompt if you type just a and press Enter
- and 2 is shown if you close both a{1,3} and a, and reopen them

Octave versions: 5.1.0, 4.4.1.

Anonymous

 

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

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

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 4 latest changes.

Date Changed by Updated Field Previous Value => Replaced by
2019-11-29 philipnienhuis StatusNone Confirmed
    Release5.1.0 dev
    Operating SystemGNU/Linux Any
    Summarypane not updated after editing cell in array in cell array subpane not updated after editing cell in nested array in cell array

Back to the top

Powered by Savane 3.13-758e.
Corresponding source code