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

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

[Octave-bug-tracker] [bug #59951] Focus not transfered to current figure


From: Arnaud Delorme
Subject: [Octave-bug-tracker] [bug #59951] Focus not transfered to current figure when button pushed
Date: Tue, 26 Jan 2021 22:24:27 -0500 (EST)
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.96 Safari/537.36

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

                 Summary: Focus not transfered to current figure when button
pushed
                 Project: GNU Octave
            Submitted by: arnodelorme
            Submitted on: Wed 27 Jan 2021 03:24:26 AM UTC
                Category: GUI
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Incorrect Result
                  Status: None
             Assigned to: None
         Originator Name: Arnaud Delorme
        Originator Email: 
             Open/Closed: Open
                 Release: 6.1.0
         Discussion Lock: Any
        Operating System: Microsoft Windows

    _______________________________________________________

Details:

1. Create 2 figures and a button on the second figure
figure; figure;
uicontrol('style', 'pushbutton', 'string', 'text');

2. Select first figure and type
gcf -> 1 (which is as expected)

3. Press button on second figure and type gcf
gcf -> 1 (should be 2)

Note that Matlab correctly assign gcf to the second figure





    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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