Hello there,
One of the testers noticed this "little" problem and till now I can't figure out how to solve it. Let me explain it really simple how to reproduce it:
This is what the tester noticed (and what is driving me crazy): The first time you click on the first grid the loading indicator appears (as it supposed to), the next time you click on the first grid the loading indicator disappears.
Now these are my questions.
Thanks in advance.
Best regards,
Ivan Guevara
One of the testers noticed this "little" problem and till now I can't figure out how to solve it. Let me explain it really simple how to reproduce it:
- Go to this sample page, or this one.
- You will see two grids, when you click an item on the first grid the second one gets updated via AJAX. Notice that while the second grid is updating it shows a loading indicator (a LoadingPanel).
- Now really fast click on two (or more) different items in the first grid and see what happens with the loading indicator.
This is what the tester noticed (and what is driving me crazy): The first time you click on the first grid the loading indicator appears (as it supposed to), the next time you click on the first grid the loading indicator disappears.
Now these are my questions.
- The firebug console shows me that the first requests is aborted, but it seems that the request still get executed (in the online cart example you will notice that all of the clicked items will appear in the second grid), is this the expected behavior?
- Why does the loading indicator disappear if there are others request executing? Can I prevent this or try to make some work-around to show the loading indicator while the rest of the requests are still executing?
Thanks in advance.
Best regards,
Ivan Guevara