<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - Text cursor shows and disappears after slide changes, and editible text item being focused"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=139217">139217</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>Text cursor shows and disappears after slide changes, and editible text item being focused
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>LibreOffice Online
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>unspecified
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>UNCONFIRMED
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>medium
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>Impress
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>libreoffice-bugs@lists.freedesktop.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>Fong@nd.com.cn
          </td>
        </tr></table>
      <p>
        <div>
        <pre>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"?</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>