[Libreoffice-bugs] [Bug 154739] Spelling correction deletes word

2023-12-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=154739

--- Comment #15 from Madhi  ---
When right clicking on a spelling error, and choosing always autocorrect to
deletes the word. This occurs since several versions, and even in version
7.6.3. This error is not reproducible when the Language tool is disabled. I
thought the problem might be with LT, but having read other comments, can the
problem be with LO? Swithing on or off skia does not prevent the error.

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

[Libreoffice-bugs] [Bug 154739] Spelling correction deletes word

2023-05-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=154739

--- Comment #14 from Jasmin Lapalme  ---
We think that the problem is within LibreOffice. The sample code is pretty
simple and involves no logic at all. We simply register a
`com.sun.star.ui.XContextMenuInterceptor` and return CONTINUE_MODIFIED without
any modification to the context menu. 

In our production extension, we actually modify the menu, with the same result
on the 'Always correct as' of the autocorrect functionality.

If the problem is indeed in LibreOffice, every extension that registers an
interceptor has the potential to break the autocorrect.

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

[Libreoffice-bugs] [Bug 154739] Spelling correction deletes word

2023-05-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=154739

Buovjaga  changed:

   What|Removed |Added

 CC||jlapa...@druide.com

--- Comment #13 from Buovjaga  ---
(In reply to Jasmin Lapalme from comment #11)
> I’m one of the developers of the Connectix Connector for LibreOffice at
> Druide. We have made a very simple LibreOffice plugin without including all
> our code for connecting Antidote to LibreOffice.
> 
> This sample just simply try to add no elements to the contextual menu. With
> this code, we replicate the problem mentioned here.
> 
> Can someone check if we miss something here that break LibreOffice?
> 
> I’ll attach EmptyMenu.zip. The main source is in ’src/Context.py’ and to
> build the extension call ’python scripts/build.py’.

Have you considered contracting a certified developer to help you troubleshoot
it: https://www.libreoffice.org/get-help/professional-support/

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

[Libreoffice-bugs] [Bug 154739] Spelling correction deletes word

2023-05-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=154739

--- Comment #12 from Jasmin Lapalme  ---
Created attachment 187158
  --> https://bugs.documentfoundation.org/attachment.cgi?id=187158=edit
Sample plugin to replicate the misbehavior

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

[Libreoffice-bugs] [Bug 154739] Spelling correction deletes word

2023-05-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=154739

--- Comment #11 from Jasmin Lapalme  ---
I’m one of the developers of the Connectix Connector for LibreOffice at Druide.
We have made a very simple LibreOffice plugin without including all our code
for connecting Antidote to LibreOffice.

This sample just simply try to add no elements to the contextual menu. With
this code, we replicate the problem mentioned here.

Can someone check if we miss something here that break LibreOffice?

I’ll attach EmptyMenu.zip. The main source is in ’src/Context.py’ and to build
the extension call ’python scripts/build.py’.

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

[Libreoffice-bugs] [Bug 154739] Spelling correction deletes word

2023-05-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=154739

Buovjaga  changed:

   What|Removed |Added

   Hardware|IA64 (Itanium)  |x86-64 (AMD64)

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

[Libreoffice-bugs] [Bug 154739] Spelling correction deletes word

2023-05-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=154739

Buovjaga  changed:

   What|Removed |Added

 Status|NEEDINFO|UNCONFIRMED
 Ever confirmed|1   |0

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

[Libreoffice-bugs] [Bug 154739] Spelling correction deletes word

2023-05-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=154739

dgreus...@gmail.com changed:

   What|Removed |Added

   Hardware|x86-64 (AMD64)  |IA64 (Itanium)

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

[Libreoffice-bugs] [Bug 154739] Spelling correction deletes word

2023-05-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=154739

--- Comment #10 from dgreus...@gmail.com ---
1. In Safe mode, the behavior is CORRECT.

2. The comment I send to Antidote editor: "I have verified that I am working
with up-to-date versions of LIbre Office and Antidote.
I confirm that the "Correct as usual" option is a LIbre Office feature, that my
LIbre Office interface is in Spanish and that I am working on French content.
I have done the suggested test by REMOVING THE CONNECTIX CONNECTOR WITH LIBRE
OFFICE: THE BEHAVIOR IS THEN CORRECT.
I understand that, if this bug only occurs with the Connectix connector active,
all hypotheses are possible:
- Antidote or Connectix bug altering the operation of LIbre Office;
- LIBRE OFFICE BUG REVEALED BY THE CONNECTION WITH ANTIDOTE.
In both cases, the bug must be reproducible by others than me."

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

[Libreoffice-bugs] [Bug 154739] Spelling correction deletes word

2023-04-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=154739

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

 CC||stephane.guillou@libreoffic
   ||e.org
 Status|UNCONFIRMED |NEEDINFO
 Ever confirmed|0   |1

--- Comment #9 from Stéphane Guillou (stragu) 
 ---
Please test with Help > Safe Mode and see if you can still reproduce the issue
without the extension.

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

[Libreoffice-bugs] [Bug 154739] Spelling correction deletes word

2023-04-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=154739

--- Comment #8 from Buovjaga  ---
Tammy noticed from your screenshots that you are using this for spell checking:
https://www.antidote.info/
https://www.antidote.info/en/antidote-9/documentation/user-guide/using-with-your-other-software/windows/libreoffice

What if it's a problem caused by it?

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

[Libreoffice-bugs] [Bug 154739] Spelling correction deletes word

2023-04-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=154739

Buovjaga  changed:

   What|Removed |Added

   Severity|enhancement |normal
 Ever confirmed|1   |0
 Status|NEEDINFO|UNCONFIRMED
Summary|Spelling correction |Spelling correction deletes
   ||word

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