Actions
Bug #84308
closedSubmit of RSA encrypted form not working with type="image" in TYPO3 8.7.11
Start date:
2018-03-15
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
8
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
hi,
In TYPO3 8.7.11, sending an RSA encrypted form does not work if an input type = "image" is used as submit.
e.g. felogin
Steps to reproduce:
set felogin on a page and use this plugin: https://pastebin.com/vSzvR4nQ
it's the original felogin template from 8.7.10. only the Login button is replaced the Login Code form here:
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/image
<input id="image" type="image" width="100" height="30" alt="Login"
src="https://raw.githubusercontent.com/mdn/learning-area/master/html/forms/image-type-example/login.png">
open the Frontend with the login form and just click "LOGIN", the password field is filled with the rsa encrypted code and then nothing happens.
if you clicked a second time the form will be sent
testet with chrome and firefox on macos x
Actions