[TYPO3-core] RFC: #13253: late initialization of searchfield

Steffen Gebert steffen at steffen-gebert.de
Sat Jan 16 12:49:01 CET 2010


Am 16.01.2010, 12:13 Uhr, schrieb Georg Ringer <mail at ringerge.org>:

> Bugtracker references:
> http://bugs.typo3.org/view.php?id=13253
>
> Branches: Trunk, 4.3, 4.2
I think 4-3 + trunk only

> Problem:
> $search_field is initialized too late. Therefore the input field is
> always as empty.
>
> Very simple to test:
> 1) go the BE module "Configuration"
> 2) Search for somehting
> 3) The input field won't be prefilled with the search value
> 4) Apply the patch
> 5) Search again
> 6) Give a +1 on testing and reading
>
> Solution:
> Move the code $search_field = t3lib_div::_GP('search_field'); some lines  
> up

very obvious, so +1 by reading and testing

Could you also fix the weird behavior that the input field is also  
cleared, when you select one of the checkboxes next to it?

Steffen


More information about the TYPO3-team-core mailing list