Closed GoogleCodeExporter closed 9 years ago
Hello,
I solved the problem with adding following Line into
src/main/java/net/webpasswordsafe/client/ui/PasswordDialog.java:
########################################
addButton(cancelButton);
setFields();
+ this.setFocusWidget(nameTextBox);
}
private void doViewPasswordHistory()
{
###########################################
That should be a Hint for someone who also needs this feature.
I think the issue can be closed. :)
Original comment by zuendapp...@googlemail.com
on 26 Jul 2013 at 6:53
Cool thanks, I'll roll that into the next release.
Original comment by joshdrum...@gmail.com
on 28 Jul 2013 at 11:12
Original comment by joshdrum...@gmail.com
on 29 Jul 2013 at 4:13
Original issue reported on code.google.com by
heindl...@googlemail.com
on 27 Jun 2013 at 3:52