Bug #103100
closed"Refresh display" or "Check links" button is entirely disabled if all checkboxes are unchecked initially (usage is broken)
100%
Description
By default, the buttons in "Report" and "Check links" module are disabled. They are enabled via JavaScript if a check option is enabled.
However, in TYPO3 v13 (and possibly below), this does not work correctly: if all options are unchecked (which is the default for new users) and then one of them is toggled (to enabled), it is still not possible to click the button at all, it remains disabled even if options are being checked. It looks like the event listener is not being called.
Reproduce¶
1. switch to a new user where the options have not been enabled yet
2. Either in the "Report" or "Check links" view, enable one of the checkboxes for the link types
3. Try to click the button
Result: nothing happens, the button is disabled, so it is not possible to execute the new selection.
Versions¶
Could be reproduced in TYPO3 v13 (main).
Could NOT be reproduce din TYPO3 v12.
Screenshot¶
Files