[
https://issues.jboss.org/browse/RF-10763?page=com.atlassian.jira.plugin.s...
]
Gleb Galkin commented on RF-10763:
----------------------------------
Attribute is encoded normally, but you can't manage width or height of the component
using this "style" attribute. So I think we should add more attributes, I have
created RF-10782.
rich:select Attribute style is ignored
---------------------------------------
Key: RF-10763
URL:
https://issues.jboss.org/browse/RF-10763
Project: RichFaces
Issue Type: Bug
Security Level: Public(Everyone can see)
Affects Versions: 4.0.0.CR1
Reporter: Rene O
Assignee: Gleb Galkin
<rich:select id="selectId"
style="width:100px;"
>
<f:selectItem itemValue="item" itemLabel="Item" />
</rich:select>
If I try to declare the width of rich:select via style="width:100px;" it is
ignored. Result: The width of rich:select is 200px instead of 100px.
Please note: Behaviour appears with Richfaces 4.0.0-SNAPSHOT [15.03.2011] but not with
4.0.0-CR1
--
This message is automatically generated by JIRA.
For more information on JIRA, see:
http://www.atlassian.com/software/jira