Paste feature

Post here questions and problems related to oXygen frameworks/document types.
nhenel_sog
Posts: 13
Joined: Thu May 31, 2018 4:34 pm

Paste feature

Post by nhenel_sog »

Hi,
I have a issue with copy/paste. So, mostly with paste.
I must catch the paste event to modify the fragment and do some actions after paste.
To modify on the copy, I using a custom ClipboardFragmentProcessor, it's not a problem.

Using version 20.X, I'm doing my actions in a custom AuthorDocumentFilter overriding insertFragment method.

Now, I have upgrade to version 21.X and when we paste, the code in my custom AuthorDocumentFilter is no longer executed.

I do not found any information about this in release notes.
Have you any idea?

Best regards
Nhenel
Radu
Posts: 9059
Joined: Fri Jul 09, 2004 5:18 pm

Re: Paste feature

Post by Radu »

Dear Nhenel,

This is a bug on our side. We will try to fix it in the next Oxygen 21.1 minor bug fix release (in about a month). When the fix is available I will update this forum thread.

Regards,
Radu
Radu Coravu
<oXygen/> XML Editor
http://www.oxygenxml.com
nhenel_sog
Posts: 13
Joined: Thu May 31, 2018 4:34 pm

Re: Paste feature

Post by nhenel_sog »

Dear Radu,
Thank for your fast answer.
Regards,
Nhenel
nhenel_sog
Posts: 13
Joined: Thu May 31, 2018 4:34 pm

Re: Paste feature

Post by nhenel_sog »

Dear Radu,
Thanks for the answer.
We will wait to use the 21 et stay with 20.
Regards,
Nhenel
Radu
Posts: 9059
Joined: Fri Jul 09, 2004 5:18 pm

Re: Paste feature

Post by Radu »

Hi Nhenel,

We just uploaded a new Oxygen 21.1 minor bug fix release on our web site which should have this problem fixed:
https://www.oxygenxml.com/build_history.html#2019071807

Regards,
Radu
Radu Coravu
<oXygen/> XML Editor
http://www.oxygenxml.com
Post Reply