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

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

[Octave-bug-tracker] [bug #44097] getappdata: mixed output for multiple


From: Pantxo Diribarne
Subject: [Octave-bug-tracker] [bug #44097] getappdata: mixed output for multiple input handles
Date: Tue, 27 Jan 2015 08:24:08 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:35.0) Gecko/20100101 Firefox/35.0

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

                 Summary: getappdata: mixed output for multiple input handles
                 Project: GNU Octave
            Submitted by: pantxo
            Submitted on: mar. 27 janv. 2015 08:24:07 GMT
                Category: Octave Function
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Incorrect Result
                  Status: In Progress
             Assigned to: pantxo
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: Any

    _______________________________________________________

Details:

The following code shows the bug:


axes (); axes (); axes ();
hax = get (gcf, "children")
setappdata (hax(2), "foo", "bar")
getappdata (hax, "foo")


Octave returns 


ans = 
{
  [1,1] = [](0x0)
  [2,1] = bar
  [3,1] = bar
}


while the third element of the cell array should also be empty.
Assigning this bug to myself.




    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Message posté via/par Savannah
  http://savannah.gnu.org/




reply via email to

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