https://issues.apache.org/ooo/show_bug.cgi?id=125086
Issue ID: 125086
Issue Type: DEFECT
Summary: Regression Textfield.user cant be deleted via Script
Product: App Dev
Version: 4.1.0
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: scripting
Assignee: [email protected]
Reporter: [email protected]
Created attachment 83545
--> https://issues.apache.org/ooo/attachment.cgi?id=83545&action=edit
The attachement contains a Textfield.user and a macro designed to delete the
textfield.
When a documents text contains a user-inputfield (textfield.user) and I try to
delete it, only the first letter of the "Name"-Property will be deleted.
oTF.getAnchor().getText().removeTextcontent(oTF)
will lead to this effect or
oTF.dispose()
also.
I'm using Win7 prof. SP1.
In the attachment the sub "delete" will show the effect.
--
You are receiving this mail because:
You are the assignee for the issue.
You are watching all issue changes.