You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Henning Noeth (JIRA)" <de...@myfaces.apache.org> on 2017/04/21 12:38:04 UTC

[jira] [Resolved] (TOBAGO-1714) Radio button group in a dropdown menu has margin-bottom

     [ https://issues.apache.org/jira/browse/TOBAGO-1714?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Henning Noeth resolved TOBAGO-1714.
-----------------------------------
       Resolution: Duplicate
    Fix Version/s: 3.1.0

The issue is already fixed by implementations for TOBAGO-1721.

> Radio button group in a dropdown menu has margin-bottom
> -------------------------------------------------------
>
>                 Key: TOBAGO-1714
>                 URL: https://issues.apache.org/jira/browse/TOBAGO-1714
>             Project: MyFaces Tobago
>          Issue Type: Bug
>          Components: Themes
>    Affects Versions: 3.0.3
>            Reporter: Henning Noeth
>            Priority: Minor
>             Fix For: 3.1.0
>
>
> A radio button group has a margin-bottom if putting it in a dropdown menu. But in a dropdown menu the margin-bottom should be zero.
> {code:xml}<tc:button label="Button" omit="true">
>   <tc:selectOneRadio>
>     <tc:selectItem itemValue="Item One"/>
>     <tc:selectItem itemValue="Item Two"/>
>   </tc:selectOneRadio>
> </tc:button>{code}
> Hint: When wrapping the <tc:button> in a <tc:bar>, the margin-bottom is zero.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)