Project

General

Profile

Actions

Bug #19074

closed

Constant Editor/Template Editor changes not saved in Internet Explorer 6/7

Added by Andreas almost 16 years ago. Updated almost 16 years ago.

Status:
Closed
Priority:
Should have
Category:
-
Target version:
-
Start date:
2008-07-08
Due date:
% Done:

0%

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

Description

Changes of template or constant code will not be saved/updated.
Tested with IE6 and IE7.

It's the same issue like in Case 0007781.

I've changed in class.tx_tstemplateinfo.php line 192.

if ($POST['submit'])

to

if ($POST['submit'] || ($POST["submit_x"] && $POST["submit_y"]) )

then it works correctly.

(issue imported from #M8920)


Related issues 3 (0 open3 closed)

Related to TYPO3 Core - Bug #19005: Update button in User Admin -> Compare user settings doesn't work in IE7ClosedSteffen Kamper2008-06-23

Actions
Related to TYPO3 Core - Bug #18392: Constant Editor changes not saved in Internet ExplorerClosedJeff Segars2008-03-07

Actions
Is duplicate of TYPO3 Core - Bug #18201: TypoScript Editor doesn't save changes in IE7 WinXPClosedJeff Segars2008-02-13

Actions
Actions #1

Updated by Jeff Segars almost 16 years ago

The line 192 referenced above (part of the Info/Modify module) should already be fixed in 4.2.1, so I think this can be closed as a duplicate.

See ticket #18201.

Actions

Also available in: Atom PDF