Project

General

Profile

Actions

Bug #15365

closed

Flexform fields are inactive in Page > QuickEdit

Added by Christian Trabold almost 19 years ago. Updated about 6 years ago.

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

0%

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

Description

If you choose the option "QuickEdit" in the page module and select eg a tt_news plugin content element, you'll get several JavaScript-Errors and the Plugin-Options are inactive.

"DTM_array is not defined"
Quelldatei: http://example.com/typo3/sysext/cms/layout/db_layout.php?&id=39&SET[function]=0&edit_record=tt_content%3A179
Zeile: 569

"DTM_mouseOver is not defined"
"DTM_mouseOut is not defined"

(issue imported from #M2185)

Actions #1

Updated by Sebastian Kurfuerst almost 19 years ago

Hi,
I think there is currently a flexform error when there are multiple flexforms on one HTML page.
The usual question - do you have time to investigate this? ;)
Greets, Sebastian

Actions #2

Updated by Christoph Luehr almost 18 years ago

quick fix (bad hack):
Copy the whole getDynTabMenuJScode() method from typo3/template.php into sysext/cms/layout/db_layout.php class SC_db_layout and add at line 400 (+-) in sysext/cms/layout/db_layout.php AFTER the following line:

// JavaScript:
$this->doc->JScode = '<script type="text/javascript" src="'.$BACK_PATH.'../t3lib/jsfunc.updateform.js"></script>';

this new line:
$this->doc->JScode .= $this->getDynTabMenuJScode() ;

Actions #3

Updated by Benjamin Wilger over 17 years ago

This bug also exists for TYPO3 versions below 4.0 (e.g. 3.8.1). Thanks Christoph! Your dirty hack works just fine!

Actions #4

Updated by Georg Ringer over 13 years ago

  • Status changed from Accepted to Resolved
  • Target version deleted (0)
  • PHP Version deleted (4)

works fine, at least now ;)

Actions #5

Updated by Benni Mack about 6 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF