Henning Noeth created TOBAGO-1708:
-------------------------------------
Summary: 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
{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)