Skip to content
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

SCMU: Cannot enter / or _ in Service Account Name / Password #3906

Closed
stediefan opened this issue Jan 3, 2024 · 4 comments · Fixed by #3907
Closed

SCMU: Cannot enter / or _ in Service Account Name / Password #3906

stediefan opened this issue Jan 3, 2024 · 4 comments · Fixed by #3907
Labels

Comments

@stediefan
Copy link

Describe the bug

Description

In Service Control Management, while adding a new Instance - I am not able to type neither dashes nor underscores in the Service Account Section (Account Name and Password Field). The Key instead checks or unchecks the Checkbox for the Expansion Panels Service Control (Audit).

Not sure if this is relevant: I use a German QWERTZ Keyboard.

Expected behavior

The inputs should work as expected.

Actual behavior

Characters are not typed.

Versions

Tested in Version 5.0.3 of Service Control Management

Please list the version of the relevant packages or applications in which the bug exists.

Steps to reproduce

  • Open Service Control Management.
  • Open Wizard to add a new Instance
  • Try to type dash or underscore in the listed input boxes.

Relevant log output

No response

Additional Information

Workarounds

Copy and Paste of the strings works fine.

Possible solutions

Additional information

German QWERTZ Keyboard Layout was used.

@stediefan stediefan added the Bug label Jan 3, 2024
@ramonsmits ramonsmits changed the title ServiceControl Management: Not able to type Dash or Underscore in Service Account Name SCMU: Cannot enter / or _ in Service Account Name / Password Jan 3, 2024
@ramonsmits
Copy link
Member

ramonsmits commented Jan 3, 2024

I can confirm that I cannot enter all special characters in the "Service account" and "Password" fields with both NL and US keyboard layouts and I also cannot enter -, +, and =.

However, as a workaround it seems possible to paste these characters from the clipboard. (workaround was already listed). Another workaround might be to use Powershell.

@awright18
Copy link
Contributor

awright18 commented Jan 3, 2024

After researching this issue it appears this is a default behavior of WPF and the checkboxes need be explicitly modified so that they don't handle the + and - keydown events. https://stackoverflow.com/questions/49213841/prevent-wpf-checkbox-from-checking-unchecking-with-the-keys

@soujay
Copy link
Contributor

soujay commented Jan 5, 2024

@demoversionOo - We have been able to recreate the bug and a fix for it will be released in our next release cycle.

@soujay
Copy link
Contributor

soujay commented Jan 23, 2024

@demoversionOo : The fix has been released 5.0.4 and 4.33.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants