HtmlRadio should have its own HTML style attribute for positioning
------------------------------------------------------------------
Key: TOMAHAWK-1154
URL: https://issues.apache.org/jira/browse/TOMAHAWK-1154
Project: MyFaces Tomahawk
Issue Type: Improvement
Components: selectOneRadio / radio
Affects Versions: 1.1.6
Reporter: Lutz Ulruch
Priority: Minor
It should be possible to layout HtmlRadios using the HTML style attribute.
In Tomahawk 1.1.6 HtmlRadio has no property for the HTML style attribute.
Instead, the style is passed through from the associated selectOneRadio.
Thus, one cannot define the position of HtmlRadio components using the HTML
style attribute,
since
1. there is no property style in HtmlRadio
2. the style is taken from the associated HtmlSelectOneRadio. Thus, all
HtmlRadios have the same style.
In my opinion this conflicts with the intended support for "spread" layout.
HtmlRadios should not 'inherit' their style from HtmlSelectOneRadio (or it
should be possible to append
additional style information to the style passed through from
HtmlSelectOneRadio).
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.