Skip to main content

This content has been archived and is no longer being updated. Links may not function; however, this content may be relevant to outdated versions of the product.

Support Article

Checkbox aren't being set/unset if user interacts in succession

SA-40475

Summary



There is a true/false type column in the grid, using checkbox control.

Sometimes some of the checkboxes setting/un-setting are not posted to clipboard.

Error Messages



Not Applicable


Steps to Reproduce



1. Log into Pega with sufficient rights.
2. Select individual check boxes, for random items in the list.
3. Observe list and notice that not all items were moved to the new worklist.


Root Cause



The time taken to process the Refresh section and server call was almost negligible hence there was no busyIndicator displayed.

But the delay was enough for user to click on another button.


Resolution



OnClick of button, call below functions in such a way that all the required actions come in between these two script actions:

function ChangeCursor(event){
document.body.style.pointerEvents = 'none';
$("body").css("cursor", "wait");
}


function ChangeCursorDefault(event){
document.body.style.pointerEvents = 'auto';
$("body").css("cursor", "default");

}

Published September 27, 2017 - Updated October 8, 2020

Was this useful?

0% found this useful

Have a question? Get answers now.

Visit the Collaboration Center to ask questions, engage in discussions, share ideas, and help others.

Did you find this content helpful?

Want to help us improve this content?

We'd prefer it if you saw us at our best.

Pega Community has detected you are using a browser which may prevent you from experiencing the site as intended. To improve your experience, please update your browser.

Close Deprecation Notice
Contact us