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

Issue with pasting from Word doc to editor on Chrome on Mac

15 Answers 172 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Kaoru
Top achievements
Rank 1
Kaoru asked on 18 Aug 2017, 12:39 AM
I have a Macbook with El Capitan and MS Word 2011. When I try to copy text from word doc by doing command C and command V, it paste the text as an image automatically so I have to do "Paste and Match Style". It only happens on Chrome and not on Firefox. Is there a way to simply paste as text and not as image?

15 Answers, 1 is accepted

Sort by
0
Misho
Telerik team
answered on 21 Aug 2017, 01:42 PM
Hi,

Thank you for contacting us about the issue you have faced.

I was not able to replicate the issue with pasting in Editor component using command V  in Chrome on our online demos.
Here is a video showing my test: https://www.screencast.com/t/tEZpexcrvU

Could you please confirm whether the issue could be replicated on our online demos on your side so that we could be able reproduce and research the issue on our side and do our best to provide you with a reliable solution or workaround?

Thanks for your collaboration.

Best Regards,
Misho
Progress Telerik
Try our brand new, jQuery-free Angular 2 components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
0
Kaoru
Top achievements
Rank 1
answered on 06 Oct 2017, 04:29 AM

Thank you for testing and posting the video. If I paste on FireFox, it works fine but it only happens on Chrome. I tried 3 different patterns below and all got pasted as an image and not as text.

 

 @Html.TextAreaFor(m => m.description, new { @class = "textareabig", required = "required", validationmessage = "Please enter Job Description." })

@Html.Kendo().EditorFor(m => m.description).HtmlAttributes(new {@class = "textareabig", required = "required", validationmessage = "Please enter Job Description." })

@(Html.Kendo().Editor()
                  .Name("description")
                  .HtmlAttributes(new { style = "height:440px", aria_label = "editor", required = "required", validationmessage = "Please enter Job Description." })
                  .Resizable(resizable => resizable.Content(true).Toolbar(true))
                )

Please see attached file for more info.
0
Kaoru
Top achievements
Rank 1
answered on 06 Oct 2017, 04:33 AM
Please see the attached file.
0
Kaoru
Top achievements
Rank 1
answered on 06 Oct 2017, 04:37 AM
PLease see attached screenshot.
0
Kaoru
Top achievements
Rank 1
answered on 06 Oct 2017, 04:38 AM
Please see the attached screenshot.
0
Kaoru
Top achievements
Rank 1
answered on 06 Oct 2017, 04:39 AM
Please see screenshot
0
Kaoru
Top achievements
Rank 1
answered on 06 Oct 2017, 04:40 AM
Please see this screenshot.
0
Kaoru
Top achievements
Rank 1
answered on 06 Oct 2017, 04:43 AM
not letting me to upload any files...
0
Kaoru
Top achievements
Rank 1
answered on 06 Oct 2017, 04:44 AM
screenshot
0
Misho
Telerik team
answered on 09 Oct 2017, 02:23 PM
Hello,

I was not able to reproduce the issue of pasting text as image.
Please try to reproduce the problem on Editor demos http://demos.telerik.com/kendo-ui/editor/index and send us back a screenshot or a video of the reproduction. In case it is not reproducible on the demos, please isolate your custom setup in a simple, fully runnable project and send it back in an attachment so that we can run the setup locally on our side, debug and provide you with a reliable solution.
Could you please also specify what the version of Chrome browser and your Mac operating system are?

Best Regards,
Misho
Progress Telerik
Try our brand new, jQuery-free Angular components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
0
Kaoru
Top achievements
Rank 1
answered on 09 Oct 2017, 05:24 PM

if i try pasting on the demo, it works ok. Im' trying to see why it's not working on our environments.

 

0
Kaoru
Top achievements
Rank 1
answered on 09 Oct 2017, 05:28 PM
and this is happening on all 3 pages that has kendo editor.
0
Kaoru
Top achievements
Rank 1
answered on 09 Oct 2017, 05:58 PM
please see the screen record mov.
0
Veselin Tsvetanov
Telerik team
answered on 11 Oct 2017, 10:32 AM
Hello Kaoru,

Please, prepare and send us an isolated, fully runnable sample (you could use our Dojo platform). This way we will be able to troubleshoot the issue locally and to provide you with the most appropriate assistance for this case.

Regards,
Veselin Tsvetanov
Progress Telerik
Try our brand new, jQuery-free Angular components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
0
Kaoru
Top achievements
Rank 1
answered on 11 Oct 2017, 07:00 PM

Hello

i found the solution. it was caused by the older version of JS.

 

Tags
Editor
Asked by
Kaoru
Top achievements
Rank 1
Answers by
Misho
Telerik team
Kaoru
Top achievements
Rank 1
Veselin Tsvetanov
Telerik team
Share this question
or