octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #53105] Variable Editor: "Up" button should wo


From: Rik
Subject: [Octave-bug-tracker] [bug #53105] Variable Editor: "Up" button should work for structs
Date: Fri, 9 Feb 2018 12:00:13 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:55.0) Gecko/20100101 Firefox/55.0

URL:
  <http://savannah.gnu.org/bugs/?53105>

                 Summary: Variable Editor: "Up" button should work for structs
                 Project: GNU Octave
            Submitted by: rik5
            Submitted on: Fri 09 Feb 2018 09:00:11 AM PST
                Category: GUI
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Incorrect Result
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: GNU/Linux

    _______________________________________________________

Details:

The "Up" button works correctly for cell arrays, but not for the struct data
container.

Sample code to reproduce:


s = struct ('f1', 2, 'f2', [3 4]);
openvar s
# Double-Click on 'f2' cell to edit it in a new tab
# Single-Click on 'Up' button to return to 's' tab, but it doesn't work







    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?53105>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]