adrian / upm-swing

Java SWING version of Universal Password Manager.

Home Page:http://upm.sourceforge.net/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Password locking not working if view window open

mu22le opened this issue · comments

If I double click on an account to view its information and leave the information window open the password lock timeout does not work and UPM stays unlocked forever. This is dangerous and compromises the locking timeout.

It happens on my Mac (10.10.5) with both the java client and the app available on the website.

How to trigger the bug:
1 - open the preferences and enable "Locking when out of focus", close the preferences
2 - double click on an account to open the information window
3 - focus a different application and wait for the number of minutes specified in (1)
4 - the UPM window is still unlocked

$ java -version
java version "1.8.0_66"
Java(TM) SE Runtime Environment (build 1.8.0_66-b17)
Java HotSpot(TM) 64-Bit Server VM (build 25.66-b17, mixed mode)