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

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

[Octave-bug-tracker] [bug #53410] Variable Editor: Title bar doesn't hig


From: Rik
Subject: [Octave-bug-tracker] [bug #53410] Variable Editor: Title bar doesn't highlight according to focus rules
Date: Tue, 10 Apr 2018 19:58:23 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:55.0) Gecko/20100101 Firefox/55.0

Follow-up Comment #13, bug #53410 (project octave):

@Dan: I applied your last focus patch here
http://hg.savannah.gnu.org/hgweb/octave/rev/8cff7eceee87.

A final note, I find that the highlighting and focus seems to be lost if you
use the button to dock/undock the Variable Editor window.

Sample code:


run-octave -f --gui
x = magic (3);
y = 1:10;
openvar y   # 'y' is correctly highlighted and focus is inside y variable
openvar x   # 'x' is correctly highlighted and focus is inside x variable
# Click on the dock/undock button on the Variable Editor (not the dock/undock
for an individual variable)
# Result is that focus is no longer on Variable Editor and variable name is no
longer highlighted
# This fails going either direction: starting from detached window and docking
or starting from docked widget and detaching.




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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