Task #83417
closedCannot click label to activate checkbox in Internet Explorer & Edge
100%
Description
Checkbox fields of the form extension cannot be activated by clicking on their label in Internet Explorer and Edge.
This is a known and confirmed issue
Background for the bug:
The specs for the for
attribute say:
If the for attribute is not specified, but the label element has a labelable element descendant, then the first such descendant in tree order is the label element’s labeled control.
The definition of a labelable element is:
... <input> (if the type attribute is not in the hidden state) ...
Internet Explorer and Edge ignore this and see the hidden input added to every checkbox field in Fluid forms as element to aim at.
Updated by Gerrit Code Review almost 7 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/55203
Updated by Gerrit Code Review almost 7 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/55203
Updated by Anonymous almost 7 years ago
MultiCheckbox still needs an iterator + iterator.cycle per each for sequence as the uniqueIdentifier is always the same in the MultiCheckbox partial.
Same for RadioButton where each option needs another ID (as both traverse over the properties.options).
Updated by Björn Jacob almost 7 years ago
- Tracker changed from Bug to Feature
- Target version changed from next-patchlevel to 9 LTS
Please see my comment on Gerrit:
IMHO this patch will cause new issues. This kinda feels like a feature. I would recommend not having template changes in v8 anymore. This caused too much trouble during the last minor releases of v8. Let's think of a more sophisticated solution for v9.
Updated by Björn Jacob almost 7 years ago
- Tracker changed from Feature to Task
- TYPO3 Version set to 9
As decided on Gerrit, it is a TASK for v9 only.
Updated by Gerrit Code Review almost 7 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/55203
Updated by Gerrit Code Review almost 7 years ago
Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/55203
Updated by Gerrit Code Review almost 7 years ago
Patch set 5 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/55203
Updated by Mathias Brodala almost 7 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 8ac3aebd4276e02e9c60a61f3b84f3f6262847e0.
Updated by Gerrit Code Review almost 7 years ago
- Status changed from Resolved to Under Review
Patch set 1 for branch TYPO3_8-7 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/55661
Updated by Benni Mack almost 7 years ago
- Status changed from Under Review to Resolved
Applied in changeset fc3c17d6d1fffec4f7cb01eb8e2738e89320c574.