[
https://issues.jboss.org/browse/RF-11091?page=com.atlassian.jira.plugin.s...
]
Viliam Rockai commented on RF-11091:
------------------------------------
code used to generate the attachment picture:
<h:form>
<h:outputLabel>autocomplete:</h:outputLabel>
<rich:autocomplete mode="cachedAjax" minChars="2"
autocompleteMethod="#{idmUserBean.autocomplete}"/>
</h:form>
<h:form>
<h:outputLabel>input:</h:outputLabel>
<h:inputText id="username" value="#{userBean.user.username}" />
</h:form>
Autocomplete component is wrongly aligned
-----------------------------------------
Key: RF-11091
URL:
https://issues.jboss.org/browse/RF-11091
Project: RichFaces
Issue Type: Bug
Security Level: Public(Everyone can see)
Reporter: Viliam Rockai
Attachments: autocomplete.png
Autocomplete component is wrongly aligned (tested in chrome). See the attachment picture
as an example. The input created by autocomplete has smaller height then input component
and it is under the writing-line rule. That causes forms using autocomplete to look
scattered.
--
This message is automatically generated by JIRA.
For more information on JIRA, see:
http://www.atlassian.com/software/jira