Summary | Caps lock detection widget for password fields |
Queue | Horde Base |
Queue Version | Git master |
Type | Enhancement |
State | Resolved |
Priority | 1. Low |
Owners | slusarz (at) horde (dot) org |
Requester | chuck (at) horde (dot) org |
Created | 08/09/2008 (6185 days ago) |
Due | |
Updated | 12/17/2013 (4229 days ago) |
Assigned | |
Resolved | 11/13/2013 (4263 days ago) |
Milestone | |
Patch | No |
commit 36916f055f63981cee9dde9b09ef83f32238d1a3
Author: Michael M Slusarz <slusarz@horde.org>
Date: Tue Nov 12 22:09:05 2013 -0700
[mms] Display indiciation that Caps Lock key is on when entering
password on login page (
Request #7178).horde/docs/CHANGES | 2 ++
horde/js/login.js | 13 +++++++++++++
horde/package.xml | 1 +
horde/templates/login/login.inc | 17 +++++++++++------
horde/themes/default/screen.css | 6 ++++++
5 files changed, 33 insertions(+), 6 deletions(-)
http://git.horde.org/horde-git/-/commit/36916f055f63981cee9dde9b09ef83f32238d1a3
Assigned to Michael Slusarz
State ⇒ Resolved
Version ⇒ Git master
Horde_Form at this time.
Priority ⇒ 1. Low
Patch ⇒ No
Milestone ⇒
Queue ⇒ Horde Base
Summary ⇒ Caps lock detection widget for password fields
Type ⇒ Enhancement
State ⇒ Accepted
screens, show a caps lock indicator like Mac OS X does.
http://24ways.org/2007/capturing-caps-lock
http://www.howtocreate.co.uk/jslibs/htmlhigh/capsDetect.html
http://www.kryogenix.org/code/browser/jscapslock/jscapslock.html