Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-50725

Active Choice Reactive Parameter list without scroll bar

    • Icon: Improvement Improvement
    • Resolution: Unresolved
    • Icon: Minor Minor
    • active-choices-plugin
    • None
    • Jenkins 2.73.2
      Active Choices Plug-in 2.1
      Browser: chrome or firefox

      Adding functinality\option to 'Active Choice Reactive Parameter' to disable scroll bar if list is long => show all list values without scroll bar no matter how long list is.

      Option OFF (current operation mode):

      Option ON:

          [JENKINS-50725] Active Choice Reactive Parameter list without scroll bar

          Jani R. added a comment - - edited

          Made workaround for this with Simple Theme plugin and Extra CSS setting.

          div[id^="ecp_choice-parameter-"] { overflow-y: visible !important; height: auto !important; }

          Jani R. added a comment - - edited Made workaround for this with Simple Theme plugin and Extra CSS setting. div [id^="ecp_choice-parameter-"] { overflow-y: visible !important; height: auto !important; }

          Pratik Jain added a comment -

          I also feel weird of having scroll bar. Rather of having scroll bar why can't we display options in tabular form?

          Pratik Jain added a comment - I also feel weird of having scroll bar. Rather of having scroll bar why can't we display options in tabular form?

          Michał Woś added a comment -

          +1

          Actually we've got some issues with this scrollball sometimes hiding for some people when we use Active Choice Reactive Parameter. Even though response from API is complete.

          Michał Woś added a comment - +1 Actually we've got some issues with this scrollball sometimes hiding for some people when we use Active Choice Reactive Parameter. Even though response from API is complete.

          Gopi added a comment -

          jara your workaround worked for me. Sad to see this issue is still open.

          Gopi added a comment - jara your workaround worked for me. Sad to see this issue is still open.

          If there are any open pull requests I can review/merge, and include in a next release (just had a quick look on GitHub and couldn't find one, if there's one just share below here). Otherwise this may take a while as when I have spare time I tend to focus on things that are broken, security issues, or something that I need for $job (i.e. being sponsored). It shouldn't be hard to add that option with a unit/functional test. Thanks

          Bruno P. Kinoshita added a comment - If there are any open pull requests I can review/merge, and include in a next release (just had a quick look on GitHub and couldn't find one, if there's one just share below here). Otherwise this may take a while as when I have spare time I tend to focus on things that are broken, security issues, or something that I need for $job (i.e. being sponsored). It shouldn't be hard to add that option with a unit/functional test. Thanks

            kinow Bruno P. Kinoshita
            jara Jani R.
            Votes:
            4 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated: