[Libreoffice-bugs] [Bug 139217] New: Text cursor shows and disappears after slide changes, and editible text item being focused
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Fri Dec 25 07:21:28 UTC 2020
https://bugs.documentfoundation.org/show_bug.cgi?id=139217
Bug ID: 139217
Summary: Text cursor shows and disappears after slide changes,
and editible text item being focused
Product: LibreOffice Online
Version: unspecified
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: medium
Component: Impress
Assignee: libreoffice-bugs at lists.freedesktop.org
Reporter: Fong at nd.com.cn
When switching to new slide, and trying to click and focus a text item, you
will find the cursor shows but disappears very quickly. It appears it has
something to do with a "cursorvisible: false" is being sent everytime after
"invalidatecursor" which hides the cursor activated by the previous
"cursorvisible: true".
1) cursorvisible: true
2) invalidatecursor:
{viewId: "0", rectangle: "4393, 3880, 0, 431", mispelledWord: "0"}
3) cursorvisible: false
This becomes quite annoying on mobile as the onscreen keyboard shows and
disappears.
What seems to be the logic behind the "cursorvisible: false" right after
"invalidatecursor" as "invalidatecursor" redraws the cursor on screen and it
works well. Would it be safe to simply drop the "cursorvisible: false"?
--
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/20201225/3b3e98ec/attachment.htm>
More information about the Libreoffice-bugs
mailing list