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/03/13 12:02:41 UTC

[jira] [Updated] (TOBAGO-1708) The Dropdownmenu of a radiobutton group in an input group is not always on top

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

Henning Noeth updated TOBAGO-1708:
----------------------------------
    Status: Patch Available  (was: Open)

> The Dropdownmenu of a radiobutton group in an input group is not always on top
> ------------------------------------------------------------------------------
>
>                 Key: TOBAGO-1708
>                 URL: https://issues.apache.org/jira/browse/TOBAGO-1708
>             Project: MyFaces Tobago
>          Issue Type: Bug
>          Components: Themes
>    Affects Versions: 3.0.3
>            Reporter: Henning Noeth
>            Assignee: Henning Noeth
>            Priority: Minor
>         Attachments: screenshot.png, TOBAGO_1708_The_Dropdownmenu_of_a_radiobutton_group_in_an_input_group_is_not_always_on_top.patch
>
>
> {code:java}  <tc:in>
>     <f:facet name="after">
>       <tc:button label="Button" omit="true">
>         <tc:selectOneRadio>
>           <tc:selectItem itemValue="Item One"/>
>           <tc:selectItem itemValue="Item Two"/>
>         </tc:selectOneRadio>
>       </tc:button>
>     </f:facet>
>   </tc:in>
>   <tc:in>
>     <f:facet name="after">
>       <tc:button label="Button"/>
>     </f:facet>
>   </tc:in>{code}
> The first input field contain a facet with a dropdown menu with a radiobutton group inside. If pressing this button the dropdown menu is behind the button from the second input group.



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