modalPanel: selectOneListbox became disabled inside component under IE6.
------------------------------------------------------------------------

                 Key: RF-7179
                 URL: https://jira.jboss.org/jira/browse/RF-7179
             Project: RichFaces
          Issue Type: Bug
          Components: browser compatibility
    Affects Versions: 3.3.1
         Environment: IE6(3.3.1.GA)
            Reporter: Mikhail Vitenkov
            Assignee: Nick Belaevski


Use following code to reproduction:
<f:view>
        <a4j:form>
                <rich:modalPanel id="panel" width="500" height="500" 
autosized="true"
                        showWhenRendered="true" domElementAttachment="form">
                        <h:panelGroup>
                                <h:selectOneListbox size="10" id="dir" 
value="#{custom.value}"
                                        immediate="true" 
valueChangeListener="#{custom.goToDir}">
                                        <a4j:support id="derivedFromselectRow" 
event="onchange"
                                                reRender="dir" />
                                        <f:selectItems 
value="#{custom.itemsList}" />
                                </h:selectOneListbox>                           
                        </h:panelGroup>
                </rich:modalPanel>
        </a4j:form>
        <h:form id="form">
                <h:outputText value="#{custom.value}" id="dir" />
        </h:form>
</f:view>

-- 
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