ie6 crash for richfaces 3.3.3 component rich:fileUpload
-------------------------------------------------------

                 Key: RF-10263
                 URL: https://issues.jboss.org/browse/RF-10263
             Project: RichFaces
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: component-input
    Affects Versions: 3.3.3.Final
         Environment:  richfaces3.3.3.Final, JBoss5.2, IE 6.0.2900.2180 SP2
            Reporter: Michal Radziwan


I am using richfaces3.3.3 on my JBoss5.2. One of my views contains comopnent 
rich:fileUpload and it makes IE6(version IE 6.0.2900.2180 SP2) crash with a 
message "iexplore.exe offset 0012bd68". There is no problem for 
Firefox(3.6.13), IE7, IE8, Chrome.

Below I attach snipet of code that makes IE6 crash.

<rich:fileUpload id="uploader" styleClass="left-align"
 fileUploadListener="#{preqBean.listener}" maxFilesQuantity="1"
 immediateUpload="true" autoclear="true" listHeight="10"
 listWidth="180" addControlLabel="Read file"
 stopEntryControlLabel="Stop" uploadControlLabel="Resume">
 <a4j:support event="onuploadcomplete" reRender="massPanel" />
 <a4j:support event="onuploadcanceled" reRender="massPanel" />
 <a4j:support event="onerror" reRender="massPanel"
  action="#{preqBean.setDefaultError}" />
</rich:fileUpload>
I also tried to find out what part of rendered page makes IE6 crash. This 
script does it:

<script src="mass.jsf_pliki/swfobject.xhtml" type="text/javascript"></script>
Do anyone know a solution for that ? My customer needs to run this system on 
IE6 ...

I have found no information about this issue in the Web. So I tried to 
downgrade my Richfaces to 3.3.0.GA and it works fine with this version! I also 
checked it for version 3.3.1.GA and 3.3.2.GA and it also works fine! So it 
looks like the bug was introduced in version 3.3.3. (BTW note: Difference in 
dependecies between 3.3.2.GA and 3.3.3.Final is common-beanutils (1.7->1.8).)

-- 
This message is automatically generated by JIRA.
-
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

Reply via email to