Project

General

Profile

Actions

Bug #24143

closed

tcatree: strange behaviour with appearance->expandAll

Added by Georg Ringer over 13 years ago. Updated about 10 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2010-12-05
Due date:
% Done:

0%

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

Description

2 issues with the current tree:

1st) If "'expandAll' => TRUE," is set, the tree is not expanded but collapsed. Maybe it would be better to have same naming scheme as IRRE with collapseAll ?

2nd) If the tree is collpsed from the beginning, no records are shown and the "+" sign is not visible. If I click with a double click and then with a single click (sic!) on the dotted lines in front of the header icon, the plus/minus sign appears and the tree opens. See screenshot

Tree configuration:
'parentcategory' => array(
'exclude' => 0,
'l10n_mode' => 'exclude',
'label' => $ll . 'tx_news2_domain_model_category.parentcategory',
'config' => array(
'type' => 'select',
'foreign_table' => 'tx_news2_domain_model_category',
'renderMode' => 'tree',
'subType' => 'db',
'treeConfig' => array(
'parentField' => 'parentcategory',
'appearance' => array(
'expandAll' => TRUE,
'showHeader' => TRUE,
),
),
'size' => 10,
'autoSizeMax' => 20,
'minitems' => 0,
'maxitems' => 1
)
),
(issue imported from #M16683)


Files

tcatree.gif (4.19 KB) tcatree.gif Administrator Admin, 2010-12-05 17:06
Actions #1

Updated by Alexander Opitz over 10 years ago

  • Status changed from New to Needs Feedback
  • Target version deleted (0)
  • Is Regression set to No

Hi,

as this issue is very old. Does the problem still exists within newer versions of TYPO3 CMS (4.5 or 6.1)?

Actions #2

Updated by Alexander Opitz about 10 years ago

  • Status changed from Needs Feedback to Closed

No feedback within the last 90 days => closing this ticket.

If you think that this is the wrong decision or experience this issue again, then please write to the mailing list typo3.teams.bugs with issue number and an explanation or open a new ticket and add a relation to this ticket number.

Actions

Also available in: Atom PDF