bugGNU Octave - Bugs: bug #44474, text uicontrol does not wrap lines

 
 

bug #44474: text uicontrol does not wrap lines

Submitter:  -X- <jsh>
Submitted:  Sat 07 Mar 2015 02:34:45 PM UTC
   
 
Category:  Plotting with OpenGL Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Matlab Compatibility
Status:  Confirmed Assigned to:  None
Originator Name:  Open/Closed:  * Open
Release:  * dev Operating System:  * Any
Fixed Release:  None Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Sun 03 Mar 2019 03:55:37 PM UTC, comment #4: 

Re-tagging to the development branch.  And changing Item Group to Matlab Compatibility since I have verified that Matlab wraps text.

Rik <rik5>
Group administrator
Fri 23 Dec 2016 08:53:17 PM UTC, comment #3: 

This behavior is still the same in Octave 4.2.0.

Hartmut <hardy>
Tue 02 Jun 2015 04:36:11 PM UTC, comment #2: 

Retagging release from 4.0.0-rc1 to 4.0.0.

John W. Eaton <jwe>
Group administrator
Sat 07 Mar 2015 10:42:58 PM UTC, comment #1: 

Thanks for your bug report. Confirmed here also, and not mentioned directly on Matlab's help pages, but it is indirectly mentioned that text can wrap here:

http://www.mathworks.com/help/matlab/ref/uicontrol-properties.html#property_extent

Mike Miller <mtmiller>
Group Member
Sat 07 Mar 2015 02:34:45 PM UTC, original submission:  

The text uicontrol should wrap lines if space permits, for example


h = uicontrol( 'style', 'text', 'parent', hf, 'units', 'normalized', 'position', [0 0 0.1 1], 'string', 'foo ooo ooo bar' );


the text disappears outside the control.

-X- <jsh>

 

(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 rik5 (Posted a comment)
  • -email is unavailable- added by hardy (Posted a comment)
  • -email is unavailable- added by jwe (Posted a comment)
  • -email is unavailable- added by jsh (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.

     

    Follow 7 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2019-03-03 mtmiller Carbon-CopyRemoved 80942 -
    2019-03-03 rik5 Item GroupIncorrect Result Matlab Compatibility
        Release4.0.0 dev
    2015-06-02 jwe Release4.0.0-rc1 4.0.0
    2015-03-07 mtmiller CategoryGUI Plotting with OpenGL
        Item GroupNone Incorrect Result
        StatusNone Confirmed

    Back to the top

    Powered by Savane 3.13-d3ae.
    Corresponding source code