Bug 453456 - [Properties View] Content of text fields should be wrapped
Summary: [Properties View] Content of text fields should be wrapped
Status: NEW
Alias: None
Product: Papyrus
Classification: Modeling
Component: Views (show other bugs)
Version: 1.0.1   Edit
Hardware: All All
: P3 enhancement with 1 vote (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact: Camille Letavernier CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-11-27 11:57 EST by Yves BERNARD CLA
Modified: 2017-09-08 09:48 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Yves BERNARD CLA 2014-11-27 11:57:54 EST
Text fields of property views may contains significant amount of text. Example: the body of a comment.

In the current version, if a long sentence is typed without any "new line" character, the width of the text field is adjusted so that the entire content can be shown. This is not convenient. A behavior similar to the one adopted in the diagram, i.e. the text is wrapped according to the field/note size, is desirable
Comment 1 Remi Schnekenburger CLA 2014-11-28 05:58:24 EST
Set this bug as a new enhancement request
Comment 2 Camille Letavernier CLA 2014-11-28 07:08:17 EST
The widget itself (StringMultiline) properly specifies the WRAP field. The issues comes from the general properties view Layout (Which is not constrained by the size of the Eclipse View): the widget can expand, so it does, even if it is wrapped.

A (complete) rework of the properties view layout is still needed, but that's a much more general issue