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

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

[Octave-bug-tracker] [bug #53411] variable editor: segfault when opening


From: Rik
Subject: [Octave-bug-tracker] [bug #53411] variable editor: segfault when opening a variable twice
Date: Thu, 22 Mar 2018 14:53:08 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:55.0) Gecko/20100101 Firefox/55.0

Update of bug #53411 (project octave):

                Severity:           4 - Important => 5 - Blocker            

    _______________________________________________________

Follow-up Comment #4:

@Mike: Since you found this, do you want to review?  It is certainly a blocker
for the 4.4.0 release and I've changed the Severity to make it so.  Dan's
patch works for me.

Regarding the focus.  I do see using Alt+Tab that the VE window has the focus
after invoking "openvar x".  However, it is the entire window, rather than the
sub-window which contains the variable in question, which has the focus. 
Wouldn't it be better to move the focus to the widget that actually has the
variable in question?  Sample code


x = 1
openvar x
y = magic (3)
openvar y


I would expect that the array y is selected and that numbers I type would go
directly into row1, column1.


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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