[
http://jira.magnolia-cms.com/browse/MGNLFORM-27?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Grégory Joseph updated MGNLFORM-27:
-----------------------------------
Summary: Using Radios or checkboxes, a additional fieldset is missing when
the legend is empty. (was: Using Radios or checkboxes, a additional fieldset
is missing when the legend is empty. Radios and checkboxes have to wrapped with
a fieldset and describe by an optional legend.)
> Using Radios or checkboxes, a additional fieldset is missing when the legend
> is empty.
> --------------------------------------------------------------------------------------
>
> Key: MGNLFORM-27
> URL: http://jira.magnolia-cms.com/browse/MGNLFORM-27
> Project: Magnolia Form Module
> Issue Type: Bug
> Affects Versions: 1.0
> Reporter: Teresa Miyar
> Assignee: Teresa Miyar
> Priority: Minor
> Fix For: 1.0.2
>
>
> Using Radios or checkboxes, a additional fieldset is missing when the legend
> is empty. Radios and checkboxes have to wrapped with a fieldset and describe
> by an optional legend.
> wrong:
> <div>
> <label for="field-1" id="">
> <input type="checkbox" value="h" name="" id="field-1" />
> Bitte rufen Sie mich schnellstmöglich zurück.
> </label>
> </div>
> better:
> <div>
> <fieldset>
> <legend>Legend</legend> (this is optional)
> <label for="field-1">
> <input type="checkbox" id="field-1" name="checkbox-grp1" />
> <span>Checkboxoption 1</span>
> </label>
> </fieldset>
> </div>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.magnolia-cms.com/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
----------------------------------------------------------------
For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------