Project

General

Profile

Actions

Bug #23580

closed

Icon for hidden field doesn't work with IRRE

Added by Guido S. over 13 years ago. Updated over 6 years ago.

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

0%

Estimated time:
TYPO3 Version:
4.4
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

Since TYPO3 4.4 we cannot deactivate IRRE elements over the standard icon. If we click on the icon we get following error message:

path is undefined
[Break on this error] var backSlash = path.lastIndexOf('\\');

Problem exist in typo3temp/compressor/jsfunc.inline....js

(issue imported from #M15764)


Files

bug_15764.diff (1 KB) bug_15764.diff Administrator Admin, 2010-10-15 11:22

Related issues 2 (0 open2 closed)

Related to TYPO3 Core - Bug #24588: Irre: possible to hide/unhide recordsClosed2011-01-15

Actions
Has duplicate TYPO3 Core - Bug #23818: "Hidden"-Funcanality brocken: JS-Error "formObj[0] is undefined"Closed2010-10-21

Actions
Actions #1

Updated by Guido S. over 13 years ago

Problem is in t3lib/jsfunc.inline.js in function enableDisableRecord (line 674)

He is try to change an image, but the new concept works only with css classes. It must change the css class in the choosen span.

Actions #2

Updated by sweiler no-lastname-given over 13 years ago

example work around (t3lib/jsfunc.inline.js) for complaining editors.

Actions #3

Updated by Andreas Kiessling over 13 years ago

The patch will only work, if the element is expanded.
Since the irre element is loaded on demand, there is a good chance, that clicking on the icon just does nothing.
If i have to expand the record, than i can just use the checkbox there.

Workaround for me:
'appearance' => array(
'enabledControls' => array(
'hide' => FALSE,
),
),

What would probably work: insert an input type hidden as a placeholder to receive the hide/show action.
When the element is loaded, that placeholder could be removed and the "regular behaviour" can be executed.

Actions #4

Updated by Felix Nagel over 12 years ago

  • Target version changed from 0 to 4.5.6

This error persists even in TYPO3 4.5.5.

Actions #5

Updated by Chris topher over 12 years ago

  • Target version changed from 4.5.6 to 4.5.8
Actions #6

Updated by Ernesto Baschny about 12 years ago

  • Target version changed from 4.5.8 to 4.5.12
Actions #7

Updated by Andreas Wolf over 11 years ago

  • Status changed from New to Resolved

This seems to be fixed in 4.7 and 4.5.

Actions #8

Updated by Riccardo De Contardi over 6 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF