[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
SF.net SVN: ledger-smb:[5201] branches/1.3/UI/ajax/helpers.js
- Subject: SF.net SVN: ledger-smb:[5201] branches/1.3/UI/ajax/helpers.js
- From: ..hidden..
- Date: Fri, 16 Nov 2012 21:31:23 +0000
Revision: 5201
http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=5201&view=rev
Author: ehuelsmann
Date: 2012-11-16 21:31:23 +0000 (Fri, 16 Nov 2012)
Log Message:
-----------
Stop Chrome and IE (at least 9) from jumping back to the Reference field
when using Tab to select the account from the completion list.
Modified Paths:
--------------
branches/1.3/UI/ajax/helpers.js
Modified: branches/1.3/UI/ajax/helpers.js
===================================================================
--- branches/1.3/UI/ajax/helpers.js 2012-11-16 15:03:17 UTC (rev 5200)
+++ branches/1.3/UI/ajax/helpers.js 2012-11-16 21:31:23 UTC (rev 5201)
@@ -3,4 +3,5 @@
hidden_field_to_update = text.id;
$(hidden_field_to_update).value = li.id;
text.blur();
+ $(hidden_field_to_update).focus();
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.