Project

General

Profile

Actions

Bug #84308

closed

Submit of RSA encrypted form not working with type="image" in TYPO3 8.7.11

Added by Sven Juergens about 6 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
-
Target version:
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


Related issues 2 (0 open2 closed)

Related to TYPO3 Core - Bug #76120: rsaauth does not submit the name of the submit-buttonRejected2016-05-10

Actions
Related to TYPO3 Core - Bug #84503: Streamline RsaAuth login behaviorRejected2018-03-21

Actions
Actions

Also available in: Atom PDF