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

choice input pull-down protrudes from the screen, so I can't select the item below

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • blueocean-plugin
    • Blue Ocean 1.4 - beta 3

      When I ran the following Jenkinsfile, the pull down of the choice input protruded from the screen, so I encountered a problem in which the item at the bottom could not be selected.

      pipeline {
        agent any
        stages {
          stage("Select") {
            steps {
              script {
                def choices = ["1", "2", "3", "4", "5", "6", "7", "8", "9", "10"].join("\n")
                def selected = input(
                  id: "select",
                  message: "Please select",
                  parameters: [choice(name: "refspec", choices: choices)])
              }
            }
          }
        }
      }
      

        1. ss.png
          ss.png
          63 kB
        2. ss-fixed.png
          ss-fixed.png
          49 kB

          [JENKINS-47788] choice input pull-down protrudes from the screen, so I can't select the item below

          Motonori IWAMURO added a comment - I sent PR https://github.com/jenkinsci/blueocean-plugin/pull/1535

          Hi,

          > Can you post a screenshot of the UI after your fix has been applied?

          I added ss-fixed.png.
           

          Motonori IWAMURO added a comment - Hi, > Can you post a screenshot of the UI after your fix has been applied? I added ss-fixed.png.  

          Karl Shultz added a comment -

          Testing Notes:

          • The visual verification performed here was fine.
          • Considering the discussion in the PR, if we make ongoing improvements to Pulldown, unit tests should be included in those improvements.

          Karl Shultz added a comment - Testing Notes: The visual verification performed here was fine. Considering the discussion in the PR , if we make ongoing improvements to Pulldown, unit tests should be included in those improvements.

            vmi Motonori IWAMURO
            vmi Motonori IWAMURO
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: