Word wrap problem with Firefox

  •  10-13-2009, 6:31 AM

    Word wrap problem with Firefox

    If i try to upload a file with a really long filename it does not wrap in firefox. It works fine with IE7/8 and safari.
    I placed the control in a modal popup.
     
    here is the html markup for the upload control.
     
              <div style="width:100%; overflow:hidden; word-break: break-all; white-space: pre-wrap;">
                    <CuteWebUI:Uploader runat="server" ID="uploader" InsertText="Upload File"                                                              
                        OnFileUploaded="upload_FileUploaded" UploadType="IFrame"
                        AutoUseSystemTempFolder="False">
                    </CuteWebUI:Uploader>
               </div>
     
     
View Complete Thread