Uploaded image for project: 'Jira Data Center'
  1. Jira Data Center
  2. JRASERVER-25883

Automatic scroll on the hover of the projects gadget plugin dropdown

    XMLWordPrintable

Details

    Description

      The projects gadget plugin has autoscroll enabled for the dropdown that appears when you click on the icons at the top right of each project.

      But when you have lots of projects (we have more than 100), this autoscroll is very annoying and inhibits every possible action on the dropdown.

      There must be some way of keeping the autoscroll to enable the dropdown to be entirely visible, but in the mean time we fixed this by disabling autoscroll entirely.

      Adding in jira-project/jira-components/jira-plugins/jira-gadgets-plugin/src/main/resources/gadgets/project-gadget.xml the variable autoScroll: false in the call AJS.Dropdown.create :

      AJS.Dropdown.create({
      trigger: this,
      autoScroll: false,
      ajaxOptions:

      Attachments

        Issue Links

          Activity

            People

              rsmart metapoint
              311c0ca916e4 Sébastien Castéran
              Votes:
              2 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: