Bug #93936
closedNot unique identifier triggers JavaScript warning in LinkBrowser
100%
Description
[DOM] Found 2 elements with non-unique id #lparamsform: (More info: https://goo.gl/9p2vKq) <form action name="lparamsform" id="lparamsform" class="t3js-dummyform form-horizontal">…</form> <form action name="lparamsform" id="lparamsform" class="form-horizontal">…</form>
Updated by Oliver Bartsch over 3 years ago
Steps to reproduce:
- Ensure you have latest master (including at least #92430)
- Create a new content element including the
header_link
field - Open die LinkBrowser and set a link to a page
- Open the LinkBrowser again to "update" the link
=> Warning is emitted in the console
Note:
The warning is only emitted in current master. The duplicated identifier however also exists in v10 but does not trigger a warning.
Updated by Gerrit Code Review over 3 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/68796
Updated by Gerrit Code Review over 3 years ago
Patch set 1 for branch 10.4 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/68816
Updated by Oliver Bartsch over 3 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 2d76a79681425c96763c7e6af6d1a2b44af0817d.
Updated by Gerrit Code Review over 3 years ago
- Status changed from Resolved to Under Review
Patch set 2 for branch 10.4 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/68816
Updated by Oliver Bartsch over 3 years ago
- Status changed from Under Review to Resolved
Applied in changeset 823cc4292176b3397cd320ce320dc20ed5e73c1b.