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

RadProgressArea causing js error in Chrome and prevents callbacks

8 Answers 98 Views
Upload (Obsolete)
This is a migrated thread and some comments may be shown as answers.
Andy
Top achievements
Rank 1
Andy asked on 26 May 2011, 09:35 AM
Hello!

I'm using RadProgressArea to display upload process progress. It's placed on the master page so that I don't need to add it on each page. It works well in IE, FF and Safari. But when I use Chrome, after the page performs the very first callback (from any control on the page), the following line in js code is causing an error and callbacks stop working at all. Here's the js code:

if
($telerik.RadUpload_isIFrameProgress){this._safariPoller.contentWindow.pollerInstance._startTime=new Date();


and the error is "Cannot set property _startTime of undefined". In debug mode it shows that pollerInstance is undefined.
I'm using v.2010.3.1109.35 of Telerik.Web.UI

Is it a know bug and if yes, has it been fixed in the latest version?
Thank a lot in advance!
Best,
Andy

8 Answers, 1 is accepted

Sort by
0
Andy
Top achievements
Rank 1
answered on 31 May 2011, 07:12 AM
Can anybody help me on this one? Thanks!
0
Kevin Neumann
Top achievements
Rank 1
answered on 09 Sep 2013, 01:43 PM
Did you ever find a solution?
0
Alejandro
Top achievements
Rank 1
answered on 10 Sep 2013, 08:16 PM
Same here
0
Peter Filipov
Telerik team
answered on 12 Sep 2013, 02:35 PM
Hello,

We have multiple improvements on the RadProgressArea so please download and test your project with the latest version of our controls. Regarding to the described error it is possible to be thrown because of the version that you are using.

Regards,
Peter Filipov
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to the blog feed now.
0
Lachlan
Top achievements
Rank 1
answered on 26 Sep 2013, 12:11 AM
Hi Peter, 

I have the latest version (2013.2.717) and I also get this issue.

I have a page that has a progress manager and progress area in it.  This page also contains a user control that has  a progress manager and progress area in it as well.

The issue seems to occur when the first progress area is called and later the control that contains another progress area is displayed on the screen using an ajax callback.

Regards,

Lachlan 
0
Peter Filipov
Telerik team
answered on 30 Sep 2013, 06:57 AM
Hi Lachlan,

Keep in mind that we recommend to have only one progress area per page. In case that some ajax calls are triggered the progress manager and area should be updated. Please try to isolate your case and send it for a local test.

Regards,
Peter Filipov
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to the blog feed now.
0
David
Top achievements
Rank 1
answered on 12 Mar 2014, 01:49 PM
We have a similar issue and are running 2013.3.1114.40.

The areas that are failing are 

if($telerik.RadUpload_isIFrameProgress){this._safariPoller.contentWindow.pollerInstance._startTime=new Date();

where pollerInstance is null
0
Peter Filipov
Telerik team
answered on 17 Mar 2014, 08:02 AM
Hello David,

Did you try to apply my suggestion in the previous post? In case that you are still having the same problem please send me a runnable project which reproduces the issue, so I could test it locally.

Regards,
Peter Filipov
Telerik
 

DevCraft Q1'14 is here! Watch the online conference to see how this release solves your top-5 .NET challenges. Watch on demand now.

 
Tags
Upload (Obsolete)
Asked by
Andy
Top achievements
Rank 1
Answers by
Andy
Top achievements
Rank 1
Kevin Neumann
Top achievements
Rank 1
Alejandro
Top achievements
Rank 1
Peter Filipov
Telerik team
Lachlan
Top achievements
Rank 1
David
Top achievements
Rank 1
Share this question
or