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

Fix "More" link in drop down on DAM after first ajax navigation

    XMLWordPrintable

    Details

    • Tags:
    • Impact type:
      Configuration Change
    • Upgrade notes:
      Hide

      Drop down menus should now trigger the jQuery code explicitely, for instance:

      <ul class="actionList" id="myId">
      <li class="dropDownMenu button dropdown">
      [...]
      </li>
      </ul>
      <script>
      jQuery(document).ready(function()

      { jQuery("#myId").dropdown(); }

      );
      </script>

      Show
      Drop down menus should now trigger the jQuery code explicitely, for instance: <ul class="actionList" id="myId"> <li class="dropDownMenu button dropdown"> [...] </li> </ul> <script> jQuery(document).ready(function() { jQuery("#myId").dropdown(); } ); </script>

      Description

      Go to dam.nuxeo.com
      Display DAM
      Select a Picture
      => A click on the "More" dropdown does not work, nothing happen.
      Note: Sometimes, the first click works, then t does not drop anything down.

      The toolbar contains 2 custom buttons (convert PNG and download with watermark), which may explain the problem? (no problems with Video of File, which don't have specific toolbar button displayed)

      Configuration: See with Fred. There is no Studio project bound to the server. The MP was installed (dam-demo-generic-0.0.2)

      This is very annoying, it makes it difficilt to use this site for demos, because we can't access the "DM view" or other options

      Note: Looks like it's question of custom buttons added to the toolbar in DAM. The project is here: https://connect.nuxeo.com/nuxeo/site/studio/ide?project=dam-demo-generic

      I think it could be set "Major", because it's on the public, easilay available test site and it's not good that people also see this problem.

        Attachments

          Issue Links

            Activity

              People

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

                Dates

                • Created:
                  Updated:
                  Resolved: