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



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

        
_______________________________________________
richfaces-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/richfaces-issues

Reply via email to