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

Justin L <jl...@mail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Version|7.4.3.2 release             |7.4.0.0 alpha0+

--- Comment #15 from Justin L <jl...@mail.com> ---
The issue is with SelectForContextMenu.
Previously, the deleted function (IsSpellErrorAtPos) was returning false - even
on some occasions when it should have returned true. So the
cell-under-the-cursor was sent to the function, and it recognized that it was
IsCellMarked(nCellX, nCellY), and so it exited without changing the selection.

Now the cell is selected, and when the spell dialog returns false, the next
call to SelectForContextMenu no longer considers the cell under the cursor to
be marked.

So the key to this is probably capturing the mark status and reverting if
!bDone. But so far I don't have any luck guessing how to accomplish this.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to