Bug 69402 - Draw: shape "Position & Size" dialog "Radius" entry field disabled
Summary: Draw: shape "Position & Size" dialog "Radius" entry field disabled
Status: RESOLVED NOTABUG
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Draw (show other bugs)
Version:
(earliest affected)
4.1.0.4 release
Hardware: Other All
: medium normal
Assignee: Not Assigned
URL:
Whiteboard: BSA
Keywords: regression
Depends on:
Blocks:
 
Reported: 2013-09-16 06:15 UTC by proservices
Modified: 2014-02-04 14:15 UTC (History)
3 users (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 proservices 2013-09-16 06:15:52 UTC
Problem description: 
In the properties of an rectangle you don't can input the radius of the edges.

Steps to reproduce:
1. Generate a new rectangle
2. Open the property dialog position & size last tab
3. Try to edit the radius

Current behavior:
field is disabled

Expected behavior:
field is enabled
              
Operating System: Windows XP
Version: 4.1.1.2 release
Comment 1 Stanislav Horacek 2013-09-16 10:44:17 UTC
I can reproduce this for 4.1.2.1 on Ubuntu 13.04; marking as new and as regression - it works in 4.0.2.
Comment 2 Michael Stahl (allotropia) 2014-02-04 10:58:09 UTC
broken since 4.1.0.4; works in Writer but not Draw
Comment 3 Caolán McNamara 2014-02-04 13:59:11 UTC
Seems to be around the collection of on/off commits of...
 0c7bbbe9da7602f5d72aecd481f6d26d9af217f0 disable round corners for rectangle shape. fixes fdo#39907
 e59a5cad25a93e190957120dc7b42fe9c34a13e1 do not allow bEdgeRadiusAllowed to be set to true 
 9d073bcba10b9cbcd56ad58cf5b19bbb129567a8 revert that change and do it at custom shapes level
Comment 4 Caolán McNamara 2014-02-04 14:15:54 UTC
Sigh, so reading bug 39907 there is no bug in the dialog. "Rectangles" can have this property but "Shapes" cannot and the rectangle feature on the standard toolbar was replaced with a shape, so the dialog appeared to change but its not a bug there.

To get a "classic" rectangle use view->toolbars->rectangles and those rectangles can have their radius changed.