Actions
Bug #45356
closedTCA wizard "edit": no descriptions/help text available in popup
Start date:
2013-02-11
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
6.0
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
In the popups of TCA wizard "edit" there are no descriptions/help text for the table fields available.
I used this wizard-configuration im my TCA configuration:
'wizards' => array( '_PADDING' => 1, '_VERTICAL' => 1, 'edit' => array( 'type' => 'popup', 'title' => 'Edit', 'script' => 'wizard_edit.php', 'icon' => 'edit2.gif', 'popup_onlyOpenIfSelected' => 1, 'JSopenParams' => 'height=350,width=580,status=0,menubar=0,scrollbars=1', ), ),
Updated by Mathias Schreiber almost 10 years ago
- Target version changed from 6.0.2 to 7.4 (Backend)
- Is Regression set to No
Updated by Susanne Moog over 9 years ago
- Target version changed from 7.4 (Backend) to 7.5
Updated by Benni Mack about 9 years ago
- Target version changed from 7.5 to 7 LTS
Updated by Michael Oehlhof about 9 years ago
I can not reproduce this item.
In current master the CSH is working.
Updated by Mathias Schreiber about 9 years ago
- Target version changed from 7 LTS to 8 LTS
Updated by Riccardo De Contardi over 8 years ago
If we are talking for example of the popup that comes out when you - for example - edit an user and then edit an usergroup inside, I noticed that
- the CSH works
- what does not work is the "more" link inside the CSH, which should open another popup. A popup opened from another popup does not work,
Updated by Christian Kuhn over 7 years ago
- Status changed from New to Closed
if i understand the issue correctly, this was about tool tips on the edit buttons? this was recently solved with the new 'wizards' api, which force a title and have a fallback.
Actions