Actions
Bug #75982
closedCan not select Checkbox in Tree Wizard
Status:
Closed
Priority:
Must have
Assignee:
-
Category:
FormEngine aka TCEforms
Target version:
Start date:
2016-04-29
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
Just updated from 6.2.15 to 6.2.22 and recognized i can not select any item from a rendered checkbox tree anymore.
When going back to 6.2.21 it works, so i suspect this change:
https://review.typo3.org/47900
This happens if a record has a checkbox/tree field and no element is selected, so i unselect a static "please choose" option and want to activate one checkbox from below (see screenshot)
The click has no effect.
Browser = Firefox/Ubuntu
Typo3 Version = 6.2
TCA for that field:
'sub_type' => array( 'exclude' => 0, 'label' => $ll.'property.subType', 'config' => array( 'type' => 'select', 'items' => array( array( $ll.'property.subType.default', '0' ) ), 'default' => 0, 'foreign_table' => 'tx_ext_domain_model_subtype', 'foreign_table_where' => 'AND tx_ext_domain_model_subtype.sys_language_uid IN (-1, 0) AND tx_ext_domain_model_subtype.type = ###REC_FIELD_type### ORDER BY tx_ext_domain_model_subtype.name ASC', 'size' => 5, 'autoSizeMax' => 10, 'maxitems' => 1, 'minitems' => 0, 'renderMode' => 'tree', 'treeConfig' => array( 'parentField' => 'parent' ) ), 'l10n_mode' => 'exclude', 'l10n_display' => 'defaultAsReadonly' ),
Files
Updated by Wouter Wolters over 8 years ago
- Status changed from New to Closed
Hi this is already reported under #75947 and has already a pending patch. If possible, please test the according patch.
Thanks.
Actions