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

simulator errors

7 Answers 45 Views
Report a bug
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Michael
Top achievements
Rank 1
Michael asked on 20 Feb 2014, 06:02 PM
so far I've found 3 simulator errors with the newest kendo release:

1) (already discussed elsewhere) footers are obscured below the bottom part of the screen.

2) if you click on an embedded google map, it just kinda goes crazy. the map and the app itself will shift around simultaneously. the app frame seems to not know its proper boundaries. you can take a look for yourself.

3) I have ajax calls running to services and sometimes they run perfectly fine on the devices, but in the simulator they return server (500) errors. I can't provide any details. It makes no sense, but thats whats happening.

7 Answers, 1 is accepted

Sort by
0
Kaloyan
Telerik team
answered on 25 Feb 2014, 12:29 PM
Hi Michael,

Thank you for the feedback.

Straight to the issues:
1) This is already into our backlog for future implementation. The issue will be addressed in one of the upcoming releases.

2), 3) Unfortunately, I was not able to reproduce these issues on our side. Is it possible for you to send us a sample project or give the exact steps in order to reproduce them locally? Also, about the ajax calls, can you clarify what is their expected behavior (e.g., getting data from data base, sending data to the server, etc...). 

Thank you for the help in advance.

Regards,
Kaloyan
Telerik
Icenium is now Telerik AppBuilder, and is part of the Telerik Platform. For more information on the new name, and to learn more about the Platform, register for the free online keynote and webinar on Wednesday, February 12, 2014 at 11:00 a.m. ET (8:00 a.m. PT)
0
Michael
Top achievements
Rank 1
answered on 25 Feb 2014, 05:15 PM
The ajax calls are mostly simple get requests. We pass a few parameters along and retrieve data. We have about 25 different ones, and one of them just doesn't work in the simulator. I can't imagine why not, since it runs fine on devices and is calling an almost identical service to one that works perfectly fine in the simulator.

Its not too much of a problem, since it ultimately works - just kind of annoying for testing.
0
Kaloyan
Telerik team
answered on 28 Feb 2014, 10:16 AM
Hi again Michael,

Thank you for the clarification.

We have logged this in our issue tracker and the development team will give it a look.

Further, we may contact you again in this thread if we need more information about the issue or its behavior.

I hope this works for you.

P.S. You Telerik points have been updated accordingly for reporting a bug in our product.

Regards,
Kaloyan
Telerik
Icenium is now Telerik AppBuilder, and is part of the Telerik Platform. For more information on the new name, and to learn more about the Platform, register for the free online keynote and webinar on Wednesday, February 12, 2014 at 11:00 a.m. ET (8:00 a.m. PT)
0
Borislav
Telerik team
answered on 10 Mar 2014, 09:21 AM
Hello Michael,

We investigated the issue you reported but we need your help to clear it out.
May I suggest a few things you can do to identify the problem:

  1. Debug the troubling Ajax call in the Simulator (debug in Simulator) by putting a breakpoint in the method where you are doing the error handling and check the http request's "responseText" member for additional info
  2. Use Fiddler to monitor the web traffic from Simulator and check whether the ajax web requests are OK. You can also record the web traffic and send it to us using Fiddler Cap.
  3. Check if the ajax calls are the same in the simulator and in the device. How to debug in Simulator and on device.

Please let us know if you have a result from the steps above.

Regards,
Borislav
Telerik
Icenium is now Telerik AppBuilder, and is part of the Telerik Platform. For more information on the new name, and to learn more about the Platform, register for the free online keynote and webinar on Wednesday, February 12, 2014 at 11:00 a.m. ET (8:00 a.m. PT)
0
Michael
Top achievements
Rank 1
answered on 18 Mar 2014, 09:07 PM
Okay, let me take a look and I'll get back to you.
0
Michael
Top achievements
Rank 1
answered on 19 Mar 2014, 04:18 PM
I can not show you any of the urls on here for security reasons. If you create a private correspondence, I can send you screen shots and send you the detailed server response messages. Seems something to do with: "Object reference not set to an instance of an object".
0
Michael
Top achievements
Rank 1
answered on 19 Mar 2014, 07:59 PM
Never mind - good news. This bug is not a true bug. The issue was that the simulator has a default set of geolocation coordinates. For some reason, those specific coordinates crash one of our web services. The devices, of course, use a different set of coordinates and those values do not cause the service to crash. Mystery solved.
Tags
Report a bug
Asked by
Michael
Top achievements
Rank 1
Answers by
Kaloyan
Telerik team
Michael
Top achievements
Rank 1
Borislav
Telerik team
Share this question
or