Skip to content

Up and down arrows move around during running build (page jumps a bit too) #823

Closed
@timja

Description

@timja

Reproduction steps

node {
    stage('Checkout') {
        sh "git clone https://github.com/jenkinsci/jenkins"
    }
    
    stage('Build') {
        dir('jenkins') {
          sh "mvn clean install"
        }
    }
}

Watch a running build in the Build stage

Expected Results

Arrows stay in same place, page doesn't move around

Actual Results

pgv-jumping-main.mov

Arrows move up and down
Page can sometimes flash a little bit or jump a bit

Anything else?

No response

Are you interested in contributing a fix?

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions