Radio renderer does not work normally when using absolute position in style
attribute
-------------------------------------------------------------------------------------
Key: MYFACES-1573
URL: https://issues.apache.org/jira/browse/MYFACES-1573
Project: MyFaces Core
Issue Type: Bug
Components: General
Affects Versions: 1.1.4
Environment: myfaces 1.1.3 1.1.4
Reporter: Yuan Yongkai
Priority: Minor
when I use IDE visual editer create a jsf page like this:
<h:selectOneRadio rendered="true" style="font-size: 12px; width: 200px; height:
20px; position: absolute; top: 193px; left: 134px;"
value="#{entity0.attribute0}">
<f:selectItem itemLabel="test1" itemValue="test1"></f:selectItem>
<f:selectItem itemLabel="test2" itemValue="test2"></f:selectItem>
<f:selectItem itemLabel="test3" itemValue="test3"></f:selectItem>
</h:selectOneRadio>
The radio renderer does not work normally when using absolute position in style
attribute.
Because the renderer set the style to every radios.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.