[TYPO3-core] FYI: Fixed bug #7781: Constant Editor changes not saved in Internet Explorer

Jeff Segars jsegars at alumni.rice.edu
Tue Mar 11 23:46:43 CET 2008


FYI: The following no brainer was committed

Type:
Bugfix

Problem:
Constant Editor changes are not saved in Internet Explorer

Solution:
The underlying problem is that the button to save constants was changed 
from a regular input type=submit to an input type=image as part of the 
docheader improvements. The Constants Editor checks for a particular 
POST variable to make sure that a submit occurred, but while IE sends 
the variable for input type=submit, it does not send the variable for 
input type=image. The one line change checks for the submit_x and 
submit_y coordinates, which IE does send when the save button is clicked.

Bugtracker references:
http://bugs.typo3.org/view.php?id=7781

Branch:
TYPO3_4-2

Thanks,
Jeff
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: 7781_constants_editor_IE.diff
Url: http://lists.netfielders.de/pipermail/typo3-team-core/attachments/20080311/ef8b46ff/attachment.txt 


More information about the TYPO3-team-core mailing list