Issue 122135 - [sidebar]position and size panel-when check off "fit height to text" and input text,still can adjust text box height.
Summary: [sidebar]position and size panel-when check off "fit height to text" and inpu...
Status: CLOSED NOT_AN_OOO_ISSUE
Alias: None
Product: General
Classification: Code
Component: ui (show other issues)
Version: 4.0.0-dev
Hardware: All All
: P3 Normal (vote)
Target Milestone: ---
Assignee: AOO issues mailing list
QA Contact:
URL:
Keywords:
Depends on:
Blocks: [sidebar]
  Show dependency tree
 
Reported: 2013-04-23 02:49 UTC by Du Jing
Modified: 2017-05-20 10:03 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description Du Jing 2013-04-23 02:49:18 UTC
Trunk build: r1413470

steps:
1.new a document
2.insert a text box and input some text
3.Enter 'Position and Size' dialog (or 'Text Object Properties' dialog) and check off 'Fit height to text' then close dialog.
4.continue to input text till be truncated or can not display

defect:
text box's size still can adjust if texts are truncated or can not display in text box.
Comment 1 Du Jing 2013-04-23 02:51:14 UTC
in presentation and spreadsheet can reproduce the defect.
Comment 2 liuyixuan.527 2013-04-24 06:34:17 UTC
Should not related to sidebar. AOO 3.4.1 also have this issue
Comment 3 Armin Le Grand 2013-04-30 14:48:34 UTC
ALG: Works as designed, BTW, same in Symphony.

The text box has several modes, depending on construction. When only clicking and starting to write, width is free and height is free. When starting with dragging an initial size, width is fixed and height is variable.
When switching off 'fit height to text' the height will be adapted when text edit is active, but not when not active (this was a compatibility fix with MS).
In all modes the user is able to change the size of the text frame interactively; this might change the current state of the object flags (the fit width/height settings). The idea is to always allow the user to do what he is intending to do.