-
Notifications
You must be signed in to change notification settings - Fork 4.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Vault 1.16.1 missed PR: UI: Fix KV v2 json editor #24224 #26634
Comments
I can confirm the reported behaviour is occurring in Vault 1.16.1. Here's a more descriptive explanation of the problem, @timonych let me know if I didn't get it right. If I place the cursor at the end of line 3 (to the right of the closing double quote character) and press ENTER, the cursor jumps to the beginning of line 1 and no newline character is inserted. However, if I first insert a comma and then press ENTER, the editor works as expected. |
@marcboudreau Yes. You are clearily described the problem. thx! |
Thank you for the issue! The linked PRs above address this issue. The fix should come out in 1.17.0, and 1.16.3 |
I updated vault to 1.16.3 but this bug is still reproduce - if try to add new line in kv2 json and the pointer goes to start :( |
Updated vault to 1.17.0, but the bug is still reproduced |
I confirm in Vault 1.17.0 the bug still reproduced |
version 1.17.0, the bug is reproduced too |
Describe the bug
Try to add new line in kv2 json and the pointer goes to start.
To Reproduce
Expected behavior
New line successfully added.
Additional context
I think that PR which is fixed behavior in 1.15 is missed in 1.16.1
#24224
The text was updated successfully, but these errors were encountered: