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-fixed.png
          ss-fixed.png
          49 kB
        2. ss.png
          ss.png
          63 kB

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

          Motonori IWAMURO created issue -
          James Dumay made changes -
          Assignee New: Motonori IWAMURO [ vmi ]
          James Dumay made changes -
          Epic Link New: JENKINS-43952 [ 181484 ]
          James Dumay made changes -
          Sprint New: Blue Ocean 1.4 - beta 3 [ 416 ]
          James Dumay made changes -
          Status Original: Open [ 1 ] New: In Progress [ 3 ]
          James Dumay made changes -
          Status Original: In Progress [ 3 ] New: In Review [ 10005 ]

          Motonori IWAMURO added a comment - I sent PR https://github.com/jenkinsci/blueocean-plugin/pull/1535
          Motonori IWAMURO made changes -
          Attachment New: ss-fixed.png [ 40261 ]

          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.  
          Michael Neale made changes -
          Remote Link New: This issue links to "PR (Web Link)" [ 18007 ]

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

              Created:
              Updated:
              Resolved: