[Libreoffice-bugs] [Bug 125705] Impossible to edit any TextField (except URL) inside a spreadsheet cell by user code.

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Fri Jan 31 21:45:06 UTC 2020


https://bugs.documentfoundation.org/show_bug.cgi?id=125705

--- Comment #3 from Wolfgang Jäger <jag at psilosoph.de> ---
Just tested again with V 6.4.0.3.
Behaviour unchanged. 
I also analysed the issue to more detail modifying the code from the attached
example to exclude probable errors. In specific I successfully made working
copies of the TextField property and of the DateTime structure to which I made
the assignments, and then assigned the changed structur to the TextField. 
In the same way as for the simple properties IsFixed a IsDate the attempted
direct assignment didn't throw an error, but had no effect. 

'setProperty()' methods neither exist for the simple properties nor for the
structured property.

A copy of the TextField object also was successful and offered the respective
services. It accepted the wanted assignments and showed the new values as
expected. The final assignment of this copy to the TextPortion results in the
error messabge "This property is read-only." A method 'setTextField()' does not
exist again.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20200131/62351784/attachment.htm>


More information about the Libreoffice-bugs mailing list