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

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

[Octave-bug-tracker] [bug #55666] Variable editor can only show row stru


From: Philip Nienhuis
Subject: [Octave-bug-tracker] [bug #55666] Variable editor can only show row struct arrays
Date: Thu, 7 Feb 2019 08:34:19 -0500 (EST)
User-agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:65.0) Gecko/20100101 Firefox/65.0

URL:
  <https://savannah.gnu.org/bugs/?55666>

                 Summary: Variable editor can only show row struct arrays
                 Project: GNU Octave
            Submitted by: philipnienhuis
            Submitted on: Thu 07 Feb 2019 02:34:18 PM CET
                Category: GUI
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Unexpected Error
                  Status: None
             Assigned to: None
         Originator Name: Philip Nienhuis
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 5.0.91
        Operating System: Microsoft Windows

    _______________________________________________________

Details:

Steps to reproduce:

>> tst = repmat (struct ("a", 1, "b", rand(3)), 3, 1)
    tst =
      3x1 struct array containing the fields:
        a
        b
>> openvar ('tst')


gives attached VE_struct_3x1.bug_A.png. Only field "a" is shown. It isn't
possible to explore field "b" by clicking around in it.

Then,

>> tst = repmat (struct ("a", 1, "b", rand (3)), 1, 3)
    tst =
      1x3 struct array containing the fields:
        a
        b
>> openvar ('tst')


.. followed by double-clicking in field tst(2).b gives attached pic
VE_struct_1x3_OK.png.

However, with the Variable editor untouched, now again typing:

>> tst = repmat (struct ("a", 1, "b", rand(3)), 3, 1)
    tst =
      3x1 struct array containing the fields:
        a
        b
>> openvar ('tst')


gives VE_struct_3x1.bug_B.png, where field b is updated.




    _______________________________________________________

File Attachments:


-------------------------------------------------------
Date: Thu 07 Feb 2019 02:34:18 PM CET  Name: VE_struct_3x1.bug_A.png  Size:
2KiB   By: philipnienhuis

<http://savannah.gnu.org/bugs/download.php?file_id=46200>
-------------------------------------------------------
Date: Thu 07 Feb 2019 02:34:18 PM CET  Name: VE_struct_1x3_OK.png  Size: 7KiB 
 By: philipnienhuis

<http://savannah.gnu.org/bugs/download.php?file_id=46201>
-------------------------------------------------------
Date: Thu 07 Feb 2019 02:34:18 PM CET  Name: VE_struct_3x1.bug_B.png  Size:
5KiB   By: philipnienhuis

<http://savannah.gnu.org/bugs/download.php?file_id=46202>

    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?55666>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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