Actions
Bug #33731
closed"enable-tab" doesn't work if the field is inside of an inline element
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend User Interface
Target version:
-
Start date:
2012-02-07
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
4.6
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
The usage of tab in a field which got the special configuration "enable-tab"
works here:
But not here:
I have defined it with this code in TCA:
field_name;;;enable-tab
This bug appears in TYPO3 4.6.4, very probably in 4.5.x too!
Thanks
~Armin
Updated by Gerrit Code Review almost 10 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/35399
Updated by Georg Ringer almost 10 years ago
- Is Regression set to No
one way to reproduce:
- go to
typo3/sysext/frontend/Configuration/TCA/tt_content.php
, line 466 (bodytext) - add
'defaultExtras' => 'fixed-font : enable-tab'
there - create a news (Ext:news) record with inline element "content element"
- disable the rte there and now you can press "tab" to get a tab"
Updated by Georg Ringer almost 10 years ago
Updated by Gerrit Code Review almost 10 years ago
Patch set 1 for branch TYPO3_6-2 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/35430
Updated by Georg Ringer almost 10 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 6df7104be98a7c9ca00b29a81582f594402cf3f6.
Actions