Task #83417
closed
Cannot click label to activate checkbox in Internet Explorer & Edge
Added by Mathias Brodala almost 7 years ago.
Updated about 6 years ago.
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.
- Status changed from New to Under Review
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).
- 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.
- Tracker changed from Feature to Task
- TYPO3 Version set to 9
As decided on Gerrit, it is a TASK for v9 only.
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
- Status changed from Resolved to Under Review
- Status changed from Under Review to Resolved
- Status changed from Resolved to Closed
Also available in: Atom
PDF