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

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

[Octave-bug-tracker] [bug #45943] commands shg and figure(N) (where figu


From: Tasos Papastylianou
Subject: [Octave-bug-tracker] [bug #45943] commands shg and figure(N) (where figure N exists) fail to bring figure window to foreground
Date: Sat, 12 Sep 2015 16:49:16 +0000
User-agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:40.0) Gecko/20100101 Firefox/40.0

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

                 Summary: commands shg and figure(N) (where figure N exists)
fail to bring figure window to foreground
                 Project: GNU Octave
            Submitted by: tpapastylianou
            Submitted on: Sat 12 Sep 2015 16:49:15 GMT
                Category: Plotting
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Incorrect Result
                  Status: None
             Assigned to: None
         Originator Name: Tasos Papastylianou <tpapastylianou>
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 4.0.0
        Operating System: Any

    _______________________________________________________

Details:

Consider this code:


figure(1);
% user clicks on console, thereby burying figure window under Octave GUI /
CLI.
shg


In matlab, this would bring the figure window back on the foreground. In
octave this does not happen.

Similarly:


figure(1);
figure(2);
figure(1);
-verbatim

In matlab figure 1 should come back in front of figure 2 / the GUI window. In
octave nothing happens.





    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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