This is a migrated thread and some comments may be shown as answers.

footnote not working when paste from MsWord

4 Answers 62 Views
Editor
This is a migrated thread and some comments may be shown as answers.
jalal
Top achievements
Rank 1
jalal asked on 17 Feb 2021, 05:13 AM

hi.

when i copied a text from MsWord to Editor, the url of FootNote content changed and not working.

i attached a pic of rendered editor text.

plz help

thanks

 

4 Answers, 1 is accepted

Sort by
0
Martin
Telerik team
answered on 18 Feb 2021, 03:42 PM

Hello, Jalal,

Unfortunately the provided information is not enough for me to reproduce the behavior locally. Could you please elaborate what steps do I need to make in order to observe the problem? Once I am more familiar with it, I will be happy to assist you.

Looking forward to your reply.

Regards,
Martin
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.

0
jalal
Top achievements
Rank 1
answered on 18 Feb 2021, 04:52 PM

Hi Martin.

when i copied text of attached file, from MsWord to Kendo Editor,
footnote not working because of the href values.

0
jalal
Top achievements
Rank 1
answered on 21 Feb 2021, 08:14 PM

i soled problem.

 .Events(events =>
                          {
                              events.Paste("OnPaste");
                          }

function OnPaste(e) {
    e.html = e.html.replace(/file[^\.]+\.docx/g, '');
}

0
Martin
Telerik team
answered on 22 Feb 2021, 12:37 PM

Hello, Jalal,

I am glad that you were able to resolve the problem, and thank you for sharing the approach with the community. It will be helpful in case other users hit the same issue.

Regards,
Martin
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.

Tags
Editor
Asked by
jalal
Top achievements
Rank 1
Answers by
Martin
Telerik team
jalal
Top achievements
Rank 1
Share this question
or