JavaScript error occurs when clicking checkboxes before page fully rendered
GENERAL
TESTING
GENERAL
TESTING
Description
In the 'Site Resources' page, sometimes the page is partially loaded, and finally full loaded, for example, I usually get this behavior by clicking in "Copy Content from My Other Sites" link.
If you click in a checkbox when the page is partially loaded, you will get a JavaScript error, the function adjustCount is not defined, caused by page is not fully loaded.
After that, when page is fully loaded, whatever checkbox you select you will have only available the options Show or Hide, the rest of them (Move to Trash, Move and Copy) won't be unavailable. But, if you select multiple checkboxes you will have the expected behavior.
In the 'Site Resources' page, sometimes the page is partially loaded, and finally full loaded, for example, I usually get this behavior by clicking in "Copy Content from My Other Sites" link.
If you click in a checkbox when the page is partially loaded, you will get a JavaScript error, the function adjustCount is not defined, caused by page is not fully loaded.
After that, when page is fully loaded, whatever checkbox you select you will have only available the options Show or Hide, the rest of them (Move to Trash, Move and Copy) won't be unavailable. But, if you select multiple checkboxes you will have the expected behavior.