Markus Winter

Results 80 comments of Markus Winter

> Thanks for looking into this! > > How does it behave when you're installing new plugins, or just updating existing plugins, with implicit dependencies? At least in the new...

> 1. tab order is strange - goes from right to left not left to right (Yes -> Cancel) That is due to the flexbox model going right to left,...

On Windows when in a native browser dialog, the selected button is pressed with "Space" and "Enter". This might be different on MacOS, I don't know. Also I in Chrome...

Then either we make the behaviour inconsistent for windows users or for mac users. Or we detect the OS (might not be 100% reliable) but then it might be confusing...

> > Then either we make the behaviour inconsistent for windows users or for mac users. Or we detect the OS (might not be 100% reliable) but then it might...

> > However, I've noticed minor bugs. When I build an empty freestyle project and add a build description, the ordering gets messed up, placing the description first and the...

given ongoing work by @janfaracik in #9148 to rewrite the build history widget does it make sense to merge this?

I would expect this to be in `TopLevelItemDescriptor` or a dedicated interface that plugins implement, `Job` is not sufficient as we also need to check for duplicates with Folders.

I just noticed that the `doCheckDisplayName` method in `Jenkins` is broken (unrelated to this addition). When you check the displayname of something that is inside a folder it will actually...