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

Nick Belaevski (JIRA) jira-events at lists.jboss.org
Sun May 17 16:21:07 EDT 2009


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

Nick Belaevski updated RF-7179:
-------------------------------

    Fix Version/s: 3.3.2.CR1


> 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
>             Fix For: 3.3.2.CR1
>
>
> 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