[richfaces-issues] [JBoss JIRA] Commented: (RF-11091) Autocomplete component is wrongly aligned

Viliam Rockai (JIRA) jira-events at lists.jboss.org
Thu Jun 30 10:55:24 EDT 2011


    [ https://issues.jboss.org/browse/RF-11091?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12612026#comment-12612026 ] 

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

        


More information about the richfaces-issues mailing list