Project

General

Profile

Bug #103100

Updated by Sybille Peters 3 months ago

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. 

 h2. 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. 

 h2. Versions 

 Could be reproduced in TYPO3 v13 (main). 

 Could NOT be reproduce din TYPO3 v12. 


 h2. Screenshot 

 !linkvalidator_checkboxes.png!

Back