Henning Noeth created TOBAGO-1714:
-------------------------------------

             Summary: 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


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)

Reply via email to