Bug #98388
closedtelephone number in link browser should be validated when set
100%
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
Updated by Gerrit Code Review about 2 years 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
Updated by Gerrit Code Review about 2 years 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
Updated by Gerrit Code Review about 2 years 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
Updated by Andreas Fernandez about 2 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset cf8582f38348cf34f80057981d27535072291599.
Updated by Andreas Kießling over 1 year ago
- Related to Bug #99978: Element browser: subject/body params for mailto links are not possible / fail validation added
Updated by Andreas Kießling over 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.