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

Fabio Reina <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEEDINFO                    |UNCONFIRMED
     Ever confirmed|1                           |0

--- Comment #3 from Fabio Reina <[email protected]> ---
Hello Stéphane, thanks for your response.

We are sourcing the ooo.connector to the development environment through a
maven dependency in the pom's project.
The dependency we are using is as following:
groupId: com.github.jeremysolarz
artifactId: bootstrap-connector
version: 1.0.0

<dependency>
        <groupId>com.github.jeremysolarz</groupId>
        <artifactId>bootstrap-connector</artifactId>
        <version>1.0.0</version>
        <exclusions>
                <exclusion>
                        <groupId>org.libreoffice</groupId>
                        <artifactId>*</artifactId>
                </exclusion>
        </exclusions>
</dependency>

Regarding to the version, we started noticing the problem with the version
7.4.2.1. 
We haven't tested the versions 7.4.0.0.alpha1 nor 7.4.0.0.beta1 but until the
version 7.4.1.2 it works just fine.
Therefore the latest version in which the problem did not occur is version
7.4.1.2.

Attached there are two videos, one for each of the versions: 7.4.1.2 and
7.4.2.1. 
In the first test it works as expected and in the second we get the error
reported. The code used in the tests is the one posted in the description of
this bug (https://github.com/zanonaa/TableWithDynamicCursor).

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to