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

Matthew Francis <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #10 from Matthew Francis <[email protected]> ---
I couldn't reproduce text-caret-moved not being emitted while moving in the
table.


I did see that moving downwards sometimes emitted duplicate events, which I
guess is unexpected

That is to say, moving upwards within a table cell made the attached script
output e.g.

object:text-caret-moved(-1, 0, 0)
    source: [paragraph | ]
    host_application: [application | soffice]
object:text-caret-moved(7, 0, 0)
    source: [paragraph | ]
    host_application: [application | soffice]


While moving downward within a table cell sometimes produced output like this:

object:text-caret-moved(-1, 0, 0)
    source: [paragraph | ]
    host_application: [application | soffice]
object:text-caret-moved(7, 0, 0)
    source: [paragraph | ]
    host_application: [application | soffice]
object:text-caret-moved(7, 0, 0)
    source: [paragraph | ]
    host_application: [application | soffice]

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to