Summary: | Using "Show three bullets for each letter" in "At Password Prompt" in "Password & User Account" System Settings makes password dialog windows behave in an odd way | ||
---|---|---|---|
Product: | [Unmaintained] kdelibs | Reporter: | Daniel Hahler <kde-bugzilla> |
Component: | general | Assignee: | kdelibs bugs <kdelibs-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | echidnaman |
Priority: | NOR | ||
Version: | 4.3 | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Unspecified | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Daniel Hahler
2010-01-28 23:14:45 UTC
TEST CASE: 0. Select "Show three bullets for each letter" in "System Settings" => "Password & User Account" => "At Password Prompt" 1. Open http://trac.edgewall.org/login in Konqueror. 2. A authorization dialog should come up. 3. Enter anything and click OK. 4. Nothing happens, the window stays open. Only when clicking the "minimize" button, it gets submitted. *** Bug 224694 has been marked as a duplicate of this bug. *** SVN commit 1083166 by cfeck: Fix paint recursion in "three bullet" password mode There are other issues related to "three bullet" mode, such as not being able to move cursor or select text. But simple typing and backspace should work without 100% CPU and hangs. Please test if this commit fixes this bug, it will be available with the KDE SC 4.4.0 release. CCBUG: 180482 CCBUG: 186724 CCBUG: 211250 CCBUG: 215380 CCBUG: 224693 M +10 -0 klineedit.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1083166 SVN commit 1083167 by cfeck: Fix paint recursion in "three bullet" password mode (backport r1083166) CCBUG: 180482 CCBUG: 186724 CCBUG: 211250 CCBUG: 215380 CCBUG: 224693 M +10 -0 klineedit.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1083167 Yes, it's fixed for the KWalletManager dialog. But, for whatever reason Konqueror does not pickup the changed setting in "About Me" => "Password & User Account" => "At Password Prompt" anymore - only displaying one bullet per character. (I've done "killall konqueror".) You need to kill kwalletd probably, too (or restart the entire KDE session). I've just tried again (having rebooted in the meantime) and it works properly in Konqueror now, too. Therefore closing as FIXED. Thanks a lot! (However, I was quite sure to had killed all kwallet related processes.) |