Project

General

Profile

Actions

Bug #98388

closed

telephone number in link browser should be validated when set

Added by Georg Ringer over 1 year ago. Updated about 1 year ago.

Status:
Closed
Priority:
Should have
Category:
Backend User Interface
Start date:
2022-09-21
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
11
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

The Link browser can be used to link to telephone numbers. The input type is set to tel, however when clicking "set link", any value is accepted as no validation is triggered.

Additional nitpicking:
- type of field email should be set to "email"
- telephone + email are missing label/id attributes to improve a11y


Related issues 1 (1 open0 closed)

Related to TYPO3 Core - Bug #99978: Element browser: subject/body params for mailto links are not possible / fail validationNeeds Feedback2023-02-17

Actions
Actions #1

Updated by Gerrit Code Review over 1 year ago

  • Status changed from Accepted 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/+/76216

Actions #2

Updated by Gerrit Code Review over 1 year 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/+/76216

Actions #3

Updated by Gerrit Code Review over 1 year ago

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

Actions #4

Updated by Andreas Fernandez over 1 year ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #5

Updated by Benni Mack over 1 year ago

  • Status changed from Resolved to Closed
Actions #6

Updated by Andreas Kiessling about 1 year ago

  • Related to Bug #99978: Element browser: subject/body params for mailto links are not possible / fail validation added
Actions #7

Updated by Andreas Kiessling about 1 year ago

- type of field email should be set to "email"

That actually broke an existing feature, see #89264 and #99978

A client of mine creates mailto links and thus prefills the mail with subject and body. It doesn't look nice to set these values in the linkbrowser, but it works and they rely on that feature. With the type email validation in place, no ? can be entered after the @
So this should either be set back to type text or please provide additional fields to configure subject and body.

Actions

Also available in: Atom PDF