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

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

[Octave-bug-tracker] [bug #53158] Variable Editor: opening non-table-vie


From: Dan Sebald
Subject: [Octave-bug-tracker] [bug #53158] Variable Editor: opening non-table-viewable variable doesn't properly show text
Date: Wed, 14 Feb 2018 12:27:33 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:55.0) Gecko/20100101 Firefox/55.0

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

                 Summary: Variable Editor: opening non-table-viewable variable
doesn't properly show text
                 Project: GNU Octave
            Submitted by: sebald
            Submitted on: Wed 14 Feb 2018 05:27:32 PM UTC
                Category: GUI
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Unexpected Error
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: Any

    _______________________________________________________

Details:

If one opens a variable in variable editor (VE) which is not able to be put in
QTableView format, no text appears in the QTextEdit view (i.e., the view that
mimics the Command window output).  E.g.,

x = rand  (10,20,30);
openvar x

The QTextEdit view appears, but there is no contents.  Further, if one then
does

x = rand (10);

the QTextEdit view does not switch to the QTableView.

However, reverse the above order, and the VE works as expected, e.g.,

y = rand (10);
openvar y
[observe view]
y = rand  (10,20,30);
[view changes]




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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