[richfaces-issues] [JBoss JIRA] Updated: (RF-6011) comboBox: there is invalid direction of Combo Box

Inna Shchibrya (JIRA) jira-events at lists.jboss.org
Tue Feb 3 09:09:44 EST 2009


     [ https://jira.jboss.org/jira/browse/RF-6011?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Inna Shchibrya updated RF-6011:
-------------------------------

    Attachment: combo_box_up.png


> comboBox: there is invalid direction of Combo Box
> -------------------------------------------------
>
>                 Key: RF-6011
>                 URL: https://jira.jboss.org/jira/browse/RF-6011
>             Project: RichFaces
>          Issue Type: Bug
>    Affects Versions: 3.3.0
>         Environment: FF-3.0
> Tomcat 6.0
> sun RI 1.2.10
> jsp
>            Reporter: Inna Shchibrya
>            Assignee: Nick Belaevski
>         Attachments: combo_box_up.png
>
>
> For example:
> <%@ taglib uri="http://java.sun.com/jsf/core" prefix="f"%>
> <%@ taglib uri="http://java.sun.com/jsf/html" prefix="h"%>
> <%@ taglib uri="http://richfaces.org/a4j" prefix="a4j"%>
> <%@ taglib uri="http://richfaces.org/rich" prefix="rich"%>
> <f:loadBundle var="Message" basename="demo.Messages" />
> <html>
> <head>
> <title>Hello!</title>
> <style>
> .column {
>     width: 400px;
>     vertical-align: top;
> }
> </style>
> </head>
> <body>
> <f:view>
> 	<h3><h:outputText value="#{Message.hello_message}" />, 
> 	<h:outputText value="#{user.name}" />!</h3>
>  <rich:comboBox suggestionValues="#{capitalsBean.capitalsNames}"
>         directInputSuggestions="true" defaultLabel="Enter some value" />
> </f:view>
> </body>
> </html>
> Enter any letter or click an icon in order to trigger the suggestion. --> Combo Box is poping up above the input.
> Expected result: Combo Box should pop up beneath the input.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the richfaces-issues mailing list