Uploaded image for project: 'Nuxeo Platform'
  1. Nuxeo Platform
  2. NXP-12877

DAM Bulk Import should be double clicked shielded when possible.

    XMLWordPrintable

    Details

    • Type: Bug
    • Status: Resolved
    • Priority: Minor
    • Resolution: Fixed
    • Affects Version/s: 5.8-SNAPSHOT
    • Fix Version/s: 5.8
    • Component/s: DAM, Seam / JSF UI

      Description

      Currently we have

      nuxeo-dam-jsf/src/main/resources/web/nuxeo.war/dam/incl/bulk_import_assets_box.xhtml
      <h:form enctype="multipart/form-data" id="#{fancyboxFormId}" disableDoubleClickShield="true">
      

      because if the browser does not support html5, the form renders a rich:fileUpload (which cannot work with double click shield) instead of D&D zone. But when html5 is supported we should enable the double click shield:

      nuxeo-dam-jsf/src/main/resources/web/nuxeo.war/dam/incl/bulk_import_assets_box.xhtml
      <h:form enctype="multipart/form-data" id="#{fancyboxFormId}" disableDoubleClickShield="#{!useHtml5DragAndDrop}">
      

        Attachments

          Activity

            People

            • Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: