https://bugs.documentfoundation.org/show_bug.cgi?id=146442
Bug ID: 146442
Summary: Default anchor value of macro added control to a Base
form should be page not character EDITING
Product: LibreOffice
Version: 7.2.3.2 release
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: enhancement
Priority: medium
Component: Base
Assignee: [email protected]
Reporter: [email protected]
Description:
When dynamically adding a control to a Base form via macro, the default anchor
type is 'As Character'.
This causes the control to be locked into a position that cannot be changed
using the models/control/shape position settings.
On a Base form I can't imagine this ever being the desired default.
I believe the anchor type should be 'to page' thereby allowing the positioning
of the control via code.
This RFE is the directly related to bug 146426:
https://bugs.documentfoundation.org/show_bug.cgi?id=146426
Steps to Reproduce:
1. Write code to add control to base form
2. Note the anchor type is 'As Character'
3. Note how the control cannot be positioned via code until the anchor type is
changed
Actual Results:
The anchor type is 'As Character'
Expected Results:
The anchor type is 'At Page'
Reproducible: Always
User Profile Reset: No
Additional Info:
Version: 7.2.3.2 (x64) / LibreOffice Community
Build ID: d166454616c1632304285822f9c83ce2e660fd92
CPU threads: 4; OS: Windows 6.1 Service Pack 1 Build 7601; UI render:
Skia/Raster; VCL: win
Locale: en-US (en_US); UI: en-US
Calc: threaded
--
You are receiving this mail because:
You are the assignee for the bug.