Bug #70306
closed
Story #69617: FormEngine bugs
Sys Category Selection does not work when adding new Sys Category
Added by Elmar Putz over 9 years ago.
Updated over 6 years ago.
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
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.
Same problem here. Was still running in 7.2. 7.5 is broken. No javascript errors.
I think this is a duplicate of #70630. You can find there a fix that worked for me.
- Status changed from New to Under Review
- Parent task set to #69617
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
- Status changed from Resolved to Closed
Also available in: Atom
PDF