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

Some javascript functions not working with radcontrols

1 Answer 45 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
Balaji
Top achievements
Rank 1
Balaji asked on 23 Dec 2015, 10:08 AM

Hi,

 I have an aspx page where i declared a radwindow (Contenttemplate). In that radwindow i have some text which needs to be copied to clipboard.

I tried with traditional way of copying to clipboard by using the exec("copy"). it works in IE. but it doesn't in Google Chrome (Version 47.0.2526.106)

In other page, i used radbutton for the action of copying, since it was not working i have changed it to asp button.Now its working there for IE and Chrome. that page has no controls which would collapse in the script runtime. But here the radwindow is doing some weird things of stopping that js code.

 

When in debugging, it is executing but not evaluating anything. ?

 

any work around for this?

1 Answer, 1 is accepted

Sort by
0
Konstantin Dikov
Telerik team
answered on 24 Dec 2015, 08:05 AM
Hi Balaji,

This seems more like a browser issue, related with the elements that our controls are rendering and where you are trying to execute your script.

However, if you can provide a very basic examples demonstrating a working and not working scenarios, we can test them locally and see what could be causing the difference.

Looking forward to your reply.


Regards,
Konstantin Dikov
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
Ajax
Asked by
Balaji
Top achievements
Rank 1
Answers by
Konstantin Dikov
Telerik team
Share this question
or