Project

General

Profile

Actions

Task #105524

open

FormEngine: input fields of type number are not working as expected when browser-native validation gets "bad input"

Added by Ayke Halder about 1 month ago. Updated 18 days ago.

Status:
Under Review
Priority:
Should have
Assignee:
-
Category:
Backend User Interface
Target version:
-
Start date:
2024-10-30
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
13
PHP Version:
Tags:
Complexity:
Sprint Focus:

Description

Issue for input-field with "bad input"

If the user has provided input that the browser is unable to convert, then programmatically reading the value-property returns an empty string, even though the browser is showing the user's input to the user.
Thereby the change-event does not trigger on the second attempt of bad input, as the value-property keeps returning just the empty string again.

Reproducible with input-field of type="number":

  • In Firefox insert any invalid value:
    E.g. 123px, then unfocus the field and then change it to 1234px.
  • In Chrome insert invalid values, consisting of only 0-9 and at max one of each character +-.e:
    E.g. 1-3, then unfocus the field and then change it to 1-4.

Also see: https://developer.mozilla.org/en-US/docs/Web/API/ValidityState/badInput


Related issues 3 (2 open1 closed)

Related to TYPO3 Core - Bug #105368: Form input fields that have native browser validation do not get marked as invalid but still block any saving of a recordUnder Review2024-10-20

Actions
Related to TYPO3 Core - Task #105526: Introduce test-option for FormEngineValidationResolved2024-10-30

Actions
Related to TYPO3 Core - Bug #105528: Clear-button not visible for input-field with 'bad input' errorUnder Review2024-10-31

Actions
Actions #1

Updated by Ayke Halder about 1 month ago

  • Related to Bug #105368: Form input fields that have native browser validation do not get marked as invalid but still block any saving of a record added
Actions #2

Updated by Ayke Halder about 1 month ago

  • Related to Task #105526: Introduce test-option for FormEngineValidation added
Actions #3

Updated by Gerrit Code Review about 1 month ago

  • Status changed from New to Under Review

Patch set 1 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/86842

Actions #4

Updated by Gerrit Code Review about 1 month ago

Patch set 2 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/86842

Actions #5

Updated by Gerrit Code Review about 1 month ago

Patch set 3 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/86842

Actions #6

Updated by Ayke Halder about 1 month ago

  • Related to Bug #105528: Clear-button not visible for input-field with 'bad input' error added
Actions #7

Updated by Gerrit Code Review 18 days ago

Patch set 4 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/86842

Actions #8

Updated by Gerrit Code Review 18 days ago

Patch set 5 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/86842

Actions

Also available in: Atom PDF