-
Bug
-
Resolution: Fixed
-
Minor
-
core 1.579, plain-credentials 1.0, credentials 1.8.2
If you add a new Username/Password credential, the "OK" button obscures the fields. This happens only after you change the credentials type from something else to Username/Password.
Steps:
1. Click Credentials link on left
2. Click Global Credentials
3. Click Add Credentials
4. Change the 'Kind' to "Username with Password"
You can work around this by scrolling the screen (perhaps by using pageup/pagedown).
The root issue seems to be that "#bottom-sticker" in hudson-behavior.js needs to attach adjustSticker() on ajax-type events, such as those triggered by changing the dropDownList.
- is duplicated by
-
JENKINS-31066 Could not see Username field on "Add Credentials"
-
- Closed
-
I had a look at this using the latest code from master and it looks fine to me. Screenshot: https://www.dropbox.com/s/0n4dxqn81u48vbb/Screenshot%202014-09-15%2010.39.45.png?dl=0
@Ryan: Your screenshot looks odd in that the OK button is the old style. Note the difference in the styles between the 2 screenshots.