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

--- Comment #22 from Dave Gilbert <freedesk...@treblig.org> ---
The selection clearing is done in SwEditWin::SelectMenuPosition
by the:
    bool bOverSelect = rSh.TestCurrPam( aDocPos );
...

    if ( !bOverSelect )
    {
        // create only temporary move context because otherwise
        // the query against the content form doesn't work!!!
        SwMvContext aMvContext( &rSh );
        rSh.CallSetCursor(&aDocPos, false);
    }

so there's a conversation to be had with TestCurrPam and friends to
see how it decides 'OverSelect'

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to