<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - Improve Up/Down movement in writer"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=38884#c8">Comment # 8</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - Improve Up/Down movement in writer"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=38884">bug 38884</a>
              from <span class="vcard"><a class="email" href="mailto:juergen.funk_ml@cib.de" title="Juergen Funk <juergen.funk_ml@cib.de>"> <span class="fn">Juergen Funk</span></a>
</span></b>
        <pre>Checkin in Master <a href="https://gerrit.libreoffice.org/#/c/11500/">https://gerrit.libreoffice.org/#/c/11500/</a>

My first checkin i hope it is okay.

The main problem is after the cursor down get a event from i don't know but in
the stack i see 

- swlo.dll!SwCrsrShell::UpdateCrsr
.
.
- sfxlo.dll!SfxObjectShell::FlushDocInfo
.
.
- swlo.dll!SfxStubSwViewStateStatusLine
.
.
- sfxlo.dll!SfxBindings::LinkStubNextJob_Impl

i am not sure is that needed to update the cursor, without this event my fix is
not necessary?

The next i have see is 
ActionPend() && BasicActionPend()
when ActionPend = TRUE  the BasicActionPend is TRUE too
when ActionPend = FALSE the BasicActionPend is FALSE too

The BasicActionPend is not needed!?


The change in crstrvl.cxx is only for the consistency</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are on the CC list for the bug.</li>
      </ul>
    </body>
</html>