bugGNU Octave - Bugs: bug #53158, Variable Editor: opening...

 
 

bug #53158: Variable Editor: opening non-table-viewable variable doesn't properly show text

Submitter:  Dan Sebald <sebald>
Submitted:  Wed 14 Feb 2018 05:27:32 PM UTC
   
 
Category:  GUI Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Unexpected Error or Warning
Status:  None Assigned to:  None
Originator Name:  Open/Closed:  * Closed
Release:  * dev Operating System:  * Any
Fixed Release:  None Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Wed 14 Feb 2018 05:56:11 PM UTC, comment #1: 

This should already be fixed with this changeset:

http://hg.savannah.gnu.org/hgweb/octave/rev/2cb75eac8fe6

John W. Eaton <jwe>
Group administrator
Wed 14 Feb 2018 05:27:32 PM UTC, original submission:  

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]

Dan Sebald <sebald>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by jwe (Posted a comment)
  • -email is unavailable- added by sebald (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only group members can vote.

     

    Follows 1 latest change.

    Date Changed by Updated Field Previous Value => Replaced by
    2018-02-14 jwe Open/ClosedOpen Closed

    Back to the top

    Powered by Savane 3.13-f8d8.
    Corresponding source code