[TYPO3-core] RFC: 8795: Update button in User Admin -> Compare user settings doesn't work in IE7 (in 4_2)

Jeff Segars jsegars at alumni.rice.edu
Tue Mar 31 22:06:02 CEST 2009


Steffen Kamper wrote:
> Hi,
> 
> this is a SVN patch request.
> 
> Type: Bugfix
> 
> Bugtracker references:
> http://bugs.typo3.org/view.php?id=8795
> 
> 
> Branches: 4.2
> 
> Problem:
> In Admin tools -> User Admin -> Compare user settings
> The click on the Save button (which is the new update button) does not 
> work in IE7. The reloaded page does not reflect the activated check boxes.
> In Firefox it's working
> 
> Solution:
> This is no problem in trunk, but in 4_2 there is the image button in 
> docheader. So $_POST['ads'] isn't available in IE, only $_POST['ads_x'] 
> and $_POST['ads_y']
> 
> Attached patch fixes that, this is a nobrainer.
> 
> vg Steffen
> 

Hey Steffen,
How about wrapping the new _GP checks in t3lib_div::testInt() to make 
sure that 0,0 is accounted for also (borrowed from a similar fix I had 
to do for the Constant Editor).

Other than that, +1 on reading.

Thanks,
Jeff


More information about the TYPO3-team-core mailing list