google-code-export / webpasswordsafe

Automatically exported from code.google.com/p/webpasswordsafe
0 stars 3 forks source link

Can't retrieve passwords on touchscreen devices #46

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. While using a touchscreen device (Blackberry Torch, Samsung Galaxy, ...) 
attempt to retrieve a password by double-clicking on a password row.

What is the expected output? What do you see instead?
The 'double-click' event that is used to open the password modal window is 
being intercepted by the device (and interpreted as a zoom).

Please provide any additional information below.
This would be easily fixed by either switching to a 'single-click' or by 
providing a link (the 'Title' field perhaps) that will open the modal.

Original issue reported on code.google.com by ja...@scharlach.ca on 19 Jul 2011 at 7:25

GoogleCodeExporter commented 9 years ago
This was resolved in version 1.1 by adding menu options to open the selected 
password row in the grid, issue #38

Original comment by joshdrum...@gmail.com on 27 Jul 2011 at 7:48