Andrew Majskiy
Posts: 0
Joined: Fri Jan 04, 2013 1:31 pm

Loading circle stops spinning

Hello! In case the app execute some service and it has a lot of items in response array, during the mapping loading circle stops spinning (in my case about 10 seconds it does no spinning) and it seems that the application is hung(stop working).
Is there any way to fix this issue?

Could you help me?
Thanks in advance!

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

Loading circle stops spinning

Please first check in Chrome Dev. Tools Network (or Firebug) tab what's happening with the service you are calling.

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

Loading circle stops spinning

Hi Andrew,

When Rest Service gets data and tries to display it on page, runs JavaScript, that generates page components based on received data. While JavaScript code is working, browser stops answering user actions and refreshing screen image. Ifthere is lots of data then browser stops responding for a long time.

The problem can be solved only by changing JavaScript that is responsible for mapping. We'll fix this problem.

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

Loading circle stops spinning

Hi,

This is fixed.

Return to “Issues”