Cursor busy state (Google Chrome problem)
Hi OTN,
On ADF page there is a form where input components has autoSubmit="true" and a value change listener.
VCL perporms database operation, on start of which mouse cursor is changing its state to busy (showing busy icon).
But the cursor is not changing icon to normal automatically after operation ends - this only happen on mouse move.
This confuses user, making them think the operation is still ongoing if they do not move the mouse.
Could I cope the problem with the cursor state?
I want it it to come back to normal state after operation is over.
JDeveloper 11.1.1.3
Thanks.