-
-
Notifications
You must be signed in to change notification settings - Fork 10
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
Caps Lock warning appears when not needed, and won't go away #15
Comments
I can't reproduce it this way:
When I do that, no warning balloon is displayed, neither with ColoredPassword being active or inactive I assume you use KeePass 2.51.1, ColoredPassword 0.13.1 and there are no other plugins loaded? |
I apologize for the incomplete testing. CP alone won't do it for me either, but CP plus KeeTheme brings it back. I guess you'll need to confer with Krzysztof to fix this. |
This is related to DwmSetWindowAttribute used by KeeTheme starting with KeeTheme 0.9.2 to color a window's title bar. I'm trying to work around that without the need to change KeeTheme. If I don't succeed, I'll ask Krzysztof to change his way of using this function. |
I just found out that Dominik's KeeResize plugin also causes this same problem. Maybe there's a way for him to deal with this in the main program, so that plugin creators won't need to make lists of plugins that their plugin won't work with...? |
I don't think there's a way to deal with this in the main program. My plugin needs to exchange the textbox shipped with KeePass by another one that is able to show colors. v0.14.1 now delays unhiding and you should not see this behaviour any longer. I tested it with no other plugins running, ColoredPassword + KeeTheme, ColoredPassword + KeeResize, ColoredPassword + KeeTheme + KeeResize |
Works as expected; thank you. |
Cross reference:
https://sourceforge.net/p/keepass/bugs/2156/
Steps to Reproduce
KeyPromptFlags
to134217728
("Uncheck 'hide password' option/button") inKeePass.config.xml
.Actual Behavior
KeePass ignores the config setting and displays an unnecessary and normally (without your plugin) suppressed warning balloon, which won't go away when Caps Lock is toggled.
The text was updated successfully, but these errors were encountered: