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

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

[Octave-bug-tracker] [bug #51846] modal windowstyle property not working


From: Guillaume
Subject: [Octave-bug-tracker] [bug #51846] modal windowstyle property not working
Date: Fri, 25 Aug 2017 09:40:31 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Firefox/52.0

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

                 Summary: modal windowstyle property not working
                 Project: GNU Octave
            Submitted by: gyom
            Submitted on: Fri 25 Aug 2017 01:40:30 PM UTC
                Category: Plotting
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Regression
                  Status: None
             Assigned to: None
         Originator Name: Guillaume
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: GNU/Linux

    _______________________________________________________

Details:

When I run the following piece of code, the figure is displayed then
disappears and everything is frozen.


H = figure ();
pause (1);
set (H, "windowstyle", "modal");


It does work if there is no time between the creation of the figure and the
change to modal:


set (figure (), "windowstyle", "modal");


In the past, the figure used to flicker, which makes sense given the
implementation I could see in bug #48160.

It might be due to some peculiarities of my Linux system so I would be curious
to hear if others can reproduce it.




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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