Quantcast
Channel: SmartClient Forums
Viewing all articles
Browse latest Browse all 4756

[bug] Listgrid export messes up RPCManager.requestsArePending()

$
0
0
Hi,

I've come across an issue that seems to be a bug.

Version v10.0p_2015-04-19/EVAL Deployment (2015-04-19)

When calling ListGrid.exportData() an RPC Call with Request.transport = hiddenFrame is issued and RPCManager.pendingRpcs gets increased.

But since there's no callback ever fired with hiddenFrame, RPCManager.pendingRpcs doesn't get decreased again.

As I rely on RPCManager.requestsArePending(), which checks RPCManager.pendingRpcs, to display a busy mouse cursor, the application looks as if it's busy indefinitely after an export.

Cheers

Viewing all articles
Browse latest Browse all 4756

Trending Articles