2 Replies Latest reply on Sep 2, 2009 6:07 AM by ilya_shaikovsky

    IE 7 (1 item remaining) Waiting... Richfaces loading strateg

      Hello,

      I am encountering an issue using IE 7 with Richfaces 3.3.1.GA. Basically the page hangs with the message in the status bar - "(1 item remaining) Waiting..." This does not happen every time; but, once it does the most notable issue is the rich:modalPanel no longer works (it will not pop up). The user has to hit refresh until the status message goes away. I'm not sure if this is an issue with javascript or CSS (could this be an IE bug?? - http://social.msdn.microsoft.com/Forums/en-US/iewebdevelopment/thread/1bc2e5f0-3faf-422a-869b-655e0ae760fd)

      I know this is a general issue, but I tried to narrow the problem by removing all custom javascript and CSS files (created by me) and have only the richfaces javascript and css files load - but the problem did not clear up. Just curious if anyone else has experienced this same issue.

      On a side note, this problem does not occur when using Firefox 3 - everything works fine.

      I have the following settings in the web.xml:

      <context-param>
      <param-name>org.ajax4jsf.COMPRESS_SCRIPT</param-name>
      <param-value>false</param-value>
      </context-param>
      <context-param>
      <param-name>org.ajax4jsf.COMPRESS_STYLE</param-name>
      <param-value>false</param-value>
      </context-param>
      <context-param>
      <param-name>org.richfaces.LoadStyleStrategy</param-name>
      <param-value>ALL</param-value>
      </context-param>
      <context-param>
      <param-name>org.richfaces.LoadScriptStrategy</param-name>
      <param-value>ALL</param-value>
      </context-param>