Bug 290166 - Password field doesn't trigger virtual keyboard
Summary: Password field doesn't trigger virtual keyboard
Status: RESOLVED FIXED
Alias: None
Product: Active
Classification: Plasma
Component: Keyboard (show other bugs)
Version: PA 2
Platform: openSUSE Linux
: NOR major
Target Milestone: unscheduled
Assignee: active
URL:
Keywords:
: 289114 (view as bug list)
Depends on:
Blocks: 298816
  Show dependency treegraph
 
Reported: 2011-12-30 11:00 UTC by Sebastian Kügler
Modified: 2012-12-06 21:38 UTC (History)
6 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
Virtualkeyboar with stick button (843.78 KB, application/octet-stream)
2012-03-01 21:46 UTC, Lamarque V. Souza
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Sebastian Kügler 2011-12-30 11:00:34 UTC
Version:           unspecified (using Devel) 
OS:                Linux

When a password field is focused, the virtual keyboard doesn't pop up anymore. This worked fine in PA1, but regressed shortly before the PA2 release.

It's a major problem, since entering a wifi password doesn't work anymore, one can't log in to websites, etc.

Reproducible: Always

Steps to Reproduce:
- Open dialog containing a password prompt
- Focus password input


Actual Results:  
The virtual keyboard stays hidden, entering a password is impossible

Expected Results:  
the virtual keyboard should pop up, allowing to enter a password
Comment 1 Lamarque V. Souza 2012-01-02 00:36:44 UTC
It works here when adding a new mail account in kmail-mobile. Which program did you test? I am using the MeeGo image, I guess you must be using the Balsam, right?
Comment 2 Lamarque V. Souza 2012-01-02 00:37:23 UTC
By the way, this bug looks like a duplicate of #289114
Comment 3 Stefan Werden 2012-01-02 09:53:20 UTC
I don't think this must be a dublicate, because it referesse to two different applications and the reason can also be given by the application itself.

The current work around for the issue above is to comment out knetworkmanager in the config file of kwallet. The networkmanager itself is able to store passwords. So the UX works, even the passwords are not stored very safe.

For other applications, that really need input from virtual keyboard, this method is not good enough. So the only option might be to prepend this application from storing passwords, but this is not very nice.
Comment 4 Lamarque V. Souza 2012-01-02 10:52:44 UTC
(In reply to comment #3)
> I don't think this must be a dublicate, because it referesse to two different
> applications and the reason can also be given by the application itself.

I know, that is why I am asking which program Sebas tested. I have just tested active-browser and the input fields trigger the virtual keyboard too. I have not found a program that does not.
 
> The current work around for the issue above is to comment out knetworkmanager
> in the config file of kwallet. The networkmanager itself is able to store
> passwords. So the UX works, even the passwords are not stored very safe.

So this problem happens in Plasma NM, the MeeGo image does not ship with it. NetworkManager only stores passwords if you set the connection as system connection. If you just disabled kwallet then Plasma NM will store passwords as plain text, like NM does for system connections, so neither option is safe.
Comment 5 Matze 2012-01-02 23:53:36 UTC
Can be reproduced with Konqueror (V 4.7.4-6.3), openSUSE 12.1, plasma-mobile (v 1.0-8.2) from the OS-KDE-Active Repo. Website: mail.yahoo.de

It's working with the PA-browser, but not with Konqueror. 
The passwordfield of the KDE-Wallet doesn't work neither.

I'm using a normal SUSE installation with additional kr4.7 and plasma-active repositories.
Comment 6 jmaspons 2012-02-08 09:39:33 UTC
Is this bug a duplicate of 292585?

I have similar problems with a Qt program Mendeley (http://forum.kde.org/viewtopic.php?f=211&t=98527&sid=f5d28fb48862e5038fb8e9fc603d3eeb). Should I fill a new bug or wait until new PA3 with Qt4.8 solve the problem as claimed in the bug 292585?
Comment 7 Lamarque V. Souza 2012-02-28 11:02:11 UTC
*** Bug 289114 has been marked as a duplicate of this bug. ***
Comment 8 Lamarque V. Souza 2012-03-01 21:46:16 UTC
Created attachment 69227 [details]
Virtualkeyboar with stick button

jmaspons, as a workaround you can use the attached virtualkeyboard implemention that comes with a stick button to prevent it from auto-hiding. Just make a backup of the original virtualkeyboard, install the new one and reboot: 

# backup original virtualkeyboard
mv /usr/lib/libkdeinit4_plasma-keyboardcontainer.so /usr/lib/libkdeinit4_plasma-keyboardcontainer.so.orig

# install new virtualkeyboard
mv libkdeinit4_plasma-keyboardcontainer.so /usr/lib/libkdeinit4_plasma-keyboardcontainer.so

PA3 is going to take some months to be released, this workaround can be used while there is no update for PA2.
Comment 9 Thomas Pfeiffer 2012-12-06 21:38:06 UTC
Fixed a while a go