-
Notifications
You must be signed in to change notification settings - Fork 89
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
Create Maven Project input textboxes don't work. #896
Comments
I can reproduce it on VS Code 1.73.0. And it works well on 1.72.2. Probably a regression of VS Code. |
/**
* If the UI should allow for user input. Defaults to true.
*
* Change this to false, e.g., while validating user input or
* loading data for the next step in user input.
*/
enabled: boolean; vscode-maven/src/archetype/createProject/SpecifyGroupIdStep.ts Lines 30 to 33 in 76cd0b0
Looks like it's abuse of the |
BTW should we file an issue to VS Code repo? |
The newest update just makes VS Code behaves as document mentioned.. The previous version has wrong behavior I think. |
Thanks for fixing so quickly! |
Create Maven Project input textboxes don't work.
Environment:
VS Code Version: Version:
1.73.0 (user setup)
Commit: 8fa188b2b301d36553cbc9ce1b0a146ccb93351f
Date: 2022-11-01T15:34:06.111Z
Electron: 19.0.17
Chromium: 102.0.5005.167
Node.js: 16.14.2
V8: 10.2.154.15-electron.0
OS: Windows_NT x64 10.0.19044
Sandboxed: No
Extension Version:
Extension Pack for Java v0.25.4
Maven for Java v0.39.1
JDK Type & Version:
open JDK 17.0.4
Maven 3.6.3
OS Type & Version:
Windows 10 with remote development into VMWare Ubuntu 22.04 VM.
Above extensions are installed to remote VM.
Step to Reproduce:
Expected Behavior:
Inputs are validated after they are completed and accepted if valid.
Actual Behavior:
Inputs are validated as typed and dialog is disabled if the input ever becomes invalid.
Related Issues:
no
The text was updated successfully, but these errors were encountered: