Project

General

Profile

Actions

Bug #45356

closed

TCA wizard "edit": no descriptions/help text available in popup

Added by Roland over 11 years ago. Updated about 7 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend User Interface
Target version:
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',
    ),
),
Actions #1

Updated by Mathias Schreiber over 9 years ago

  • Target version changed from 6.0.2 to 7.4 (Backend)
  • Is Regression set to No
Actions #2

Updated by Susanne Moog almost 9 years ago

  • Target version changed from 7.4 (Backend) to 7.5
Actions #3

Updated by Benni Mack over 8 years ago

  • Target version changed from 7.5 to 7 LTS
Actions #4

Updated by Michael Oehlhof over 8 years ago

I can not reproduce this item.
In current master the CSH is working.

Actions #5

Updated by Mathias Schreiber over 8 years ago

  • Target version changed from 7 LTS to 8 LTS
Actions #6

Updated by Riccardo De Contardi almost 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,

Actions #7

Updated by Christian Kuhn about 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

Also available in: Atom PDF