[
https://jira.jboss.org/jira/browse/RF-6437?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12509218#action_12509218
]
Stephan van Hugten commented on RF-6437:
----------------------------------------
I got a working workaround for 3.2.2.GA
Instead of using the direct javascript call, use the rich:componentControl
component:
<h:form>
<a4j:commandLink value="Something" ajaxSingle="true">
<rich:componentControl id="hidePanel" event="onclick"
operation="hide" for="pnlId" />
</a4j:commandLink>
</h:form>
> IE8 standards mode, rich:modalPanel cannot be closed
> ----------------------------------------------------
>
> Key: RF-6437
> URL: https://jira.jboss.org/jira/browse/RF-6437
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Affects Versions: 3.2.2, 3.3.0
> Environment: Windows XP, Internet Explorer 8 RC1 (tested using
> VirtualPC VM provided by Microsoft)
> Reporter: Andrew May
> Assignee: Nick Belaevski
> Fix For: 3.3.1
>
>
> A JavaScript error is thrown when trying to close a modal panel when using
> IE8RC1 in standards mode.
> With 3.3.0GA (as currently in use by the live demo), the error is at
> ui.pack.js.jsf at line 903 character 30:
> if(G.style.removeExpression){G.style.removeExpression("width");
> In IE8 standards mode support for expressions has been removed:
> http://blogs.msdn.com/ie/archive/2008/10/16/ending-expressions.aspx. The
> check for G.style.removeExpression returns true, but the call to the method
> throws a "Not Implemented" error.
> This may be a bug in IE8, but it's unlikely to be fixed before it is
> released, and I've been unable to submit a bug at the
> https://connect.microsoft.com/IE/Feedback site. Therefore it may be necessary
> to work around it.
--
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