0 Replies Latest reply on Jun 17, 2009 4:22 PM by wiberto

    Conflict between rich:fileUpload and rich:colorPicker in IE7

    wiberto

      When I have a rich:fileUpload and a rich:colorPicker in the same form, a file is not uploaded in IE7. FF3 works fine.

      When I remove the rich:colorPicker from the page the file is uploaded.

      It seems that in IE when the colorPicker is present, the request is not sent to the server.

      Is there any known issue with using them together?

      Here's the fileUpload tag:

      <rich:fileUpload id="upload" rendered="#{configurableAttribute.isAttributeEditable}"
       alt="#{configurableAttribute.orderAttributeNumber}"
       addControlLabel="Upload" immediateUpload="true"
       fileUploadListener="#{uploadListener}"
       acceptedTypes="#{art.supportedFileTypeExtensions}" maxFilesQuantity="1"
       clearControlLabel=""
       clearAllControlLabel="Clear"
       stopEntryControlLabel=""
       listWidth="300"
       listHeight="60"
       required="true"
       cleanButtonClass="rich-fileupload-ico-clear">
       <a4j:support event="onuploadcomplete" reRender="imagePreview,priceDiv,attributeTable" />
       </rich:fileUpload>
      


      And the rich:colorPicker tag:

      <br/>Font Color (Hex Code): <rich:colorPicker colorMode="hex" value="#{configurableAttribute.fontColor}" />