[richfaces-issues] [JBoss JIRA] Created: (RF-7179) modalPanel: selectOneListbox became disabled inside component under IE6.

Mikhail Vitenkov (JIRA) jira-events at lists.jboss.org
Fri May 15 10:49:46 EDT 2009


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

        



More information about the richfaces-issues mailing list