i am having a strange problem with Richfaces 3.3.3 and Internet Explorer 10. This commandlink opens a modalpanel after an action successfully on other browsers. Also in IE9. However this code does not work in IE10. After the action, "statusWindow" (a typical please wait window) does not disappear and modalpanel will not show immediately after the action Bean. No problem when reaching to action bean.
<a:commandLink value="button" oncomplete="Richfaces.showModalPanel('modalpanel')" ajaxSingle="true" status="statusWindow" reRender="modalpanel" action="#{myBean.action()}" />
any suggestions? Thank you!