Project

General

Profile

Actions

Bug #70306

closed

Story #69617: FormEngine bugs

Sys Category Selection does not work when adding new Sys Category

Added by Elmar Putz over 8 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
-
Target version:
-
Start date:
2015-10-02
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

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


Related issues 1 (0 open1 closed)

Is duplicate of TYPO3 Core - Bug #70630: Can't select parent Category for Categories without parentClosed2015-10-12

Actions
Actions #1

Updated by Antoine Bouet over 8 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.

Actions #2

Updated by Henri Nathanson over 8 years ago

Same problem here. Was still running in 7.2. 7.5 is broken. No javascript errors.

Actions #3

Updated by Sascha Löffler over 8 years ago

I think this is a duplicate of #70630. You can find there a fix that worked for me.

Actions #4

Updated by Gerrit Code Review over 8 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

Actions #5

Updated by Andreas Allacher over 8 years ago

Also a diplicate of #70372

Actions #6

Updated by Gerrit Code Review over 8 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

Actions #7

Updated by Gerrit Code Review over 8 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

Actions #8

Updated by Christian Kuhn over 8 years ago

  • Parent task set to #69617
Actions #9

Updated by Morton Jonuschat over 8 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #10

Updated by Benni Mack over 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF