https://bugs.documentfoundation.org/show_bug.cgi?id=160784
Bug ID: 160784
Summary: Uno Api - Java - Cursor error when move it to
beginning of the table
Product: LibreOffice
Version: 24.2.2.2 release
Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: UNCONFIRMED
Severity: normal
Priority: medium
Component: sdk
Assignee: [email protected]
Reporter: [email protected]
Created attachment 193806
--> https://bugs.documentfoundation.org/attachment.cgi?id=193806&action=edit
Java Code for reproduces
I have an extension in Writer that allows the user to create templates with
custom metadata that will be processed later.
After version 7.4 of LibreOffice, this extension is presenting an Uno Api error
when moving the cursor to the beginning of the table when the user's cursor is
in any cell of the table.
Stack trace:
Exception in thread "main" com.sun.star.uno.RuntimeException: at
/home/buildslave/source/libo-core/sw/source/core/unocore/unoobj.cxx:1231
at
com.sun.star.lib.uno.environments.remote.Job.remoteUnoRequestRaisedException(Job.java:158)
I created an example simulating this error on GitHub.
https://github.com/zanonaa/TableWithDynamicCursor
* OpenJDK 8.0.412-zulu
* LibreOffice >= 7.4 - 24.2.2.2
* Linux Mint 21.3 Virginia x64
* Fedora release 39 (Thirty Nine) x64
* Windows 10 x64
--
You are receiving this mail because:
You are the assignee for the bug.