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

Focus problem #5

Open
stile17 opened this issue Feb 14, 2020 · 2 comments
Open

Focus problem #5

stile17 opened this issue Feb 14, 2020 · 2 comments

Comments

@stile17
Copy link

stile17 commented Feb 14, 2020

I have a rather strange case.

In my project I only implement ICredentialProviderCredential (without ICredentialProviderCredential2) to get my own tile. For now, I am creating a prototype so I have not implemented any functionalities under this tile and I noticed a problem that cancels the use of CP in this way in my company.

When my smartcard initializes (on the usb pen, Sign-In options appears) the field in which I enter the login or password loses focus and then the focus gets the first field to edit, which causes the password to be entered in the login field or the password begins to be re-entered . I'm talking about a standard password provider here, I don't click on the tile I added.

I found an entry in Microsoft's documentation that probably describes the problem accurately: https://docs.microsoft.com/en-us/windows/win32/api/credentialprovider/nn-credentialprovider-icredentialprovidercredentialevents2
but I don't call CredentialsChange in my code.

Can I get rid of this focus problem somehow?

@dumblob
Copy link

dumblob commented Nov 1, 2021

@stile17 did you manage to solve this issue somehow?

@stile17
Copy link
Author

stile17 commented Nov 2, 2021

@dumblob no, we unfortunately had to deploy our solution with this problem :(

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

No branches or pull requests

2 participants