[JIRA] Closed: (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

Chad La Joie (JIRA) noreply at shibboleth.net
Sun Oct 9 15:48:25 BST 2011


     [ https://issues.shibboleth.net/jira/browse/SIDP-520?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chad La Joie closed SIDP-520.
-----------------------------

    Resolution: Fixed

done in rev 3071

> 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: Michael McDermott
>            Assignee: Chad La Joie
>            Priority: Minor
>             Fix For: 2.3.4
>
>
> 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