[JIRA] Created: (SIDP-520) Ipad/iOS devices will auto capitalize text entered into the IdP login screen, which can cause errors. Adding an HTML element will prevent that
eoyflhzda+uqmm0kw4heq1+lebm=@https://sso.brown.edu/idp/shibboleth (JIRA)
noreply at shibboleth.net
Tue Sep 6 16:39:25 BST 2011
Ipad/iOS devices will auto capitalize text entered into the IdP login screen, which can cause errors. Adding an HTML element will prevent that
-----------------------------------------------------------------------------------------------------------------------------------------------
Key: SIDP-520
URL: https://issues.shibboleth.net/jira/browse/SIDP-520
Project: Shibboleth IdP 2 - Java
Issue Type: Improvement
Components: Authentication
Affects Versions: 2.3.3
Environment: n/a
Reporter: eoyflhzda+uqmm0kw4heq1+lebm=@https://sso.brown.edu/idp/shibboleth
Assignee: Chad La Joie
Priority: Minor
IPad/iOS devices will auto capitalize text entered into the IdP login screen, which can cause errors. Changing the html on the login.jsp from:
<input name="j_username" type="text" />
to
<input name="j_username" type="text" autocapitalize="off" />
The autocpitalize attribute is not HTML standard, but fixes the problem. Including it may help deployers solve a very common use case.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the commits
mailing list