Ticket #861 (closed defect: fixed)
AJAX is too async in qcubed
| Reported by: | olegabr | Owned by: | somebody |
|---|---|---|---|
| Priority: | shipstopper | Milestone: | 2.1.1 |
| Component: | Other | Version: | 2.1.0 Stable |
| Keywords: | ajax | Cc: |
Description
AJAX is too async in qcubed
The problem is described in this thread:
http://qcu.be/content/wrong-ajax-calls-order-qcubed-202
The main problem with async ajax in qcubed is originated from the statefullness of qcubed. I believe that qcubed needs to disable async for ajax. AJAX requests should be queued. Next request performs only if previous one completes with a success or an error.
Otherwise we have an undefined behaviour for any qcubed application thft uses AJAX.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

