Bug 163991 - Text Attributes dialog for Textbox - fit option group still confusing
Summary: Text Attributes dialog for Textbox - fit option group still confusing
Status: UNCONFIRMED
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: LibreOffice (show other bugs)
Version:
(earliest affected)
24.8.2.1 release
Hardware: All All
: medium minor
Assignee: Not Assigned
URL:
Whiteboard:
Keywords: needsUXEval
Depends on:
Blocks: Textbox
  Show dependency treegraph
 
Reported: 2024-11-22 15:11 UTC by Eyal Rozenberg
Modified: 2025-05-23 09:23 UTC (History)
1 user (show)

See Also:
Crash report or crash signature:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Eyal Rozenberg 2024-11-22 15:11:50 UTC
Consider the first section Text Attributes dialog for text boxes. It says:

Text
-----------
Drawing Object Text:

[ ] Fit width to text
[ ] Fit height to text
[ ] Fit to Frame


IIRC, this used to be phrased more poorly, but regardless - this is still  problematic:

1. This section does not control just the behavior of _text_ or the text _area_ - it also controls the height and width of the box. For this reason, it is incorrect to call it, twice, "Text > Drawing Object Text:"  ; at least the secondary title should mention the box dimensions, e.g.

"Text vs Box Dimensions"

or 

"Text dimensions within box"

etc.

2. What is the "frame"? We don't have "frames" in textboxes. The third item can't be labeled that way.

3. What is being fitted to the frame? The label doesn't say. If this section was really only about "Text", then - it would mean fit the text to the frame; but considering (1.), that will no longer be the case. So this should probably be named something like

"Stretch text to fit shape dimensions"

(as it doesn't even fit in the sense of enlarging. Or maybe

"Stretch text to fit height & width"
Comment 1 Heiko Tietze 2025-05-21 07:16:13 UTC
This frame is shown for SdrObjKind::Text, TitleText, OutlineText, Caption, Edge, Line and hidden for CustomShape. It's not just a text box.
Comment 2 Eyal Rozenberg 2025-05-23 09:23:17 UTC
(In reply to Heiko Tietze from comment #1)
> This frame is shown for SdrObjKind::Text, TitleText, OutlineText, Caption,
> Edge, Line and hidden for CustomShape. It's not just a text box.

Fair enough, but if some labels in the dialog don't fit for text boxes, and do perhaps fit for other entities - then they should be made different depending on which object is under consideration.