You need to sign in to do that
Don't have an account?

inputTextArea - "richText" with "cols" and "rows" properties
It appears that when setting richText="false", the cols and rows properties are applied to the component.
<apex:inputTextarea rows="10" cols="100" value="{!content}" id="content" richText="false"/>
However, when using richText="true" the cols and rows properteis have no effect on the component.
<apex:inputTextarea rows="10" cols="100" value="{!content}" id="content" richText="true"/>
Anyone else experience this?



We have a bug logged for this issue.