Multiple file upload invalid progress bar layout

XMLWordPrintable

    • Type: Bug
    • Resolution: Unresolved
    • Priority: Normal
    • None
    • Affects Version/s: 10.1.0
    • Component/s: Components
    • None
    • Environment:

      Windows 11

      Firefox 134.0.2

    • None

      Steps to Reproduce

      Use for example:

      <button orient="horizontal" label="Upload file..." iconSclass="z-icon-file-import z-icon-solid" onUpload="@command('uploadFile')" upload="true,maxsize=-1,multiple=true,accept=application/vnd.ms-excel|application/vnd.openxmlformats-officedocument.spreadsheetml.sheet,native">

      or

      <dropupload maxFileCount="-1" maxsize="-1" anchor="${lbImsJobs}" onUpload="@command('uploadFile')" detection="browser" native="true" accept=".xls, .xlsx" sclass="table-dropOverlay" content="Here drop a file"/>

      and enable multi file upload

      Current Result

      All file names are separated by commas in one progress bar

      Expected Result

      Each file name has its own progress bar

      Debug Information

       

      Workaround

       

            Assignee:
            Unassigned
            Reporter:
            pzitniak
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: