ComboBox can't be expanded on the Mozilla FireFox
-------------------------------------------------

                 Key: RF-3683
                 URL: http://jira.jboss.com/jira/browse/RF-3683
             Project: RichFaces
          Issue Type: Bug
          Components: QA-environment
    Affects Versions: 3.2.1
         Environment: RichFaces 3.2.1 GA
Mozilla FireFox v.1.0.6
            Reporter: Tatyana Romanovich


1. Create any JSF KickStart project
2. Add <rich:comboBox> into any jsf page:
<form id="my">
                                        <rich:comboBox defaultLabel="Enter some 
value" id="cm">
                                                <f:selectItem 
itemValue="suggestion 23"/>
                                                <f:selectItem 
itemValue="suggestion 2"/>
                                                <f:selectItem 
itemValue="suggestion 3"/>
                                                <f:selectItem 
itemValue="suggestion 4"/>
                                                <f:selectItem 
itemValue="suggestion 5"/>
                                        </rich:comboBox>
 </form>
3. Run project on the Server
4. Open application in the Mozilla FireFox
5. Try to expand comboBox to select any item from it
Result: conboBox ComboBox can't be expanded

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.jboss.com/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