[
https://issues.apache.org/jira/browse/TOBAGO-1708?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15930189#comment-15930189
]
Hudson commented on TOBAGO-1708:
--------------------------------
SUCCESS: Integrated in Jenkins build Tobago Trunk #813 (See
[https://builds.apache.org/job/Tobago%20Trunk/813/])
TOBAGO-1708: The Dropdownmenu of a radiobutton group in an input group is not
always on top
* workaround
[developed by hnoeth] (lofwyr:
[http://svn.apache.org/viewvc/?view=rev&rev=1787422])
* (edit) tobago-trunk/tobago-core/src/main/resources/scss/_tobago.scss
> 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)