Bug #70306
closedStory #69617: FormEngine bugs
Sys Category Selection does not work when adding new Sys Category
100%
Description
I'm trying to add a new category, which should appear as child below a parent category. The problem is, that the tree view, where i should be able to select the appropriate parent category, does not work any longer on 7.5. When clicking on one of the checkboxes, it doesn't get checked and the Javascript Console is rendering the follwoing:
Uncaught TypeError: Cannot read property 'registerNode' of undefined
Error appears here: ext-all-debug.js:35740
The weird thing is: selecting a category on a content element or other type of record, the tree view works as expected and i can select one or more categories.
Browser: Chrome / OSX / Latest Version
Files
Updated by Antoine Bouet over 9 years ago
Same problem with firefox, several tags are unselectables, it's impossible to define a parent category, even in edition.
<div ext:tree-node-id="17" class="x-tree-node-el x-tree-node-leaf x-unselectable" unselectable="on"> <span class="x-tree-node-indent"><img alt="" src="http://example.com/typo3/sysext/t3skin/icons/gfx/clear.gif" class="x-tree-icon"></span> <img alt="" src="http://example.com/typo3/sysext/t3skin/icons/gfx/clear.gif" class="x-tree-ec-icon x-tree-elbow"> <img alt="" src="http://example.com/typo3/sysext/t3skin/icons/gfx/clear.gif" class="x-tree-node-icon [object Object]" unselectable="on"> <input class="x-tree-node-cb" type="checkbox"> <a hidefocus="on" class="x-tree-node-anchor" href="#" tabindex="1"><span unselectable="on">My category</span></a> </div>
This bug is only in this field, there's no problem anywhere else in Typo3.
Updated by Henri Nathanson over 9 years ago
Same problem here. Was still running in 7.2. 7.5 is broken. No javascript errors.
Updated by Sascha Löffler over 9 years ago
I think this is a duplicate of #70630. You can find there a fix that worked for me.
Updated by Gerrit Code Review about 9 years ago
- Status changed from New to Under Review
Patch set 15 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/43807
Updated by Gerrit Code Review about 9 years ago
Patch set 16 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/43807
Updated by Gerrit Code Review about 9 years ago
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/44356
Updated by Morton Jonuschat about 9 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset dc506d5a89b6be4a9afb255ae61abe0ffb3598e8.