[TYPO3-core] RFC #12200: <input> placed outside <form> in screen "Dependency Error"

Susanne Moog typo3 at susannemoog.de
Sun Oct 18 14:41:17 CEST 2009


Steffen Gebert schrieb:
> Hi,
> 
> this is a SVN patch request.
> 
> Type: Bugfix
> 
> Bugtracker references:
> http://bugs.typo3.org/view.php?id=12200
> 
> Branches: Trunk
> 
> Problem:
> If an extension is imported from disk and the "Dependency Error" occurs,
> the uploaded file is saved in a typo3temp/ and a hidden variable
> CMD[alreadyUploaded] holds its filename.
> The code of this <input type="hidden" /> is placed outside of the <form>.
> This is no problem with Firefox, but Opera (10) doesn't send the value
> (and I would say it's right to do so ;-))
> 
> Solution:
> Move the code before </form>
> 
> Notes:
> Screenshot and example extension attached to BT
>

Generally +1 by reading as it makes sense, though it's a very ugly
solution ;) Could you perhaps provide the steps necessary to reproduce
and test this? I just tried installing your testextension and kept
looking to the source code but never saw that input field appear.

Best regards,

Susanne


-- 
Susanne Moog
NEUSTA GmbH - www.neusta.de


More information about the TYPO3-team-core mailing list