Bug 168986 - Text box: corner radius as element of style
Summary: Text box: corner radius as element of style
Status: UNCONFIRMED
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Draw (show other bugs)
Version:
(earliest affected)
25.2.6.2 release
Hardware: All All
: medium enhancement
Assignee: Not Assigned
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-10-21 15:26 UTC by Grantler
Modified: 2025-10-21 17:54 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 Grantler 2025-10-21 15:26:23 UTC
Description:
When editing a text box I can directly (or via clone formatting brush) fix a specific corner radius. I am missing a method to format via (customized) style.
Regina's description for text boxes is:
That is a <draw:frame> element with sub-element <draw:text-box>

Steps to Reproduce:
1. Create text box.
2. Apply rounded corner
3. Update Default Drawing Style
4. rounded corner cannot be fixed

Actual Results:
(see steps to reproduce)

Expected Results:
rounded corners could no be created for new text box


Reproducible: Always


User Profile Reset: Yes

Additional Info:
Default Drawing Style, better any customized style, should create or customize a text box with defined rounded corners.
Comment 1 Regina Henschel 2025-10-21 17:54:48 UTC
`draw:corner-radius` of <draw:text-box> element is an attribute of an individual text box, not a property in a style. A graphic style has nothing suitable for corner-radius. That means, that implementing a corner radius as style property requires extended namespace.