[JIRA] Commented: (EDS-34) Add an option to initially show the select or text field

Takeshi Nishimura (JIRA) noreply at shibboleth.net
Mon Mar 19 18:59:16 GMT 2012


    [ https://issues.shibboleth.net/jira/browse/EDS-34?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13946#comment-13946 ] 

Takeshi Nishimura commented on EDS-34:
--------------------------------------

FYI, this is my temporary workaround.

Place the following script after loading idpselect.js.
{code:html}
<script type="text/javascript" language="javascript"><!--
var a = document.getElementById("idpSelectIdPEntryTile");
if (a) {
  a = a.getElementsByClassName("IdPSelectDropDownToggle");
  if (a.length > 0) a[0].onclick();
}
//-->
</script>
{code}

> Add an option to initially show the select or text field
> --------------------------------------------------------
>
>                 Key: EDS-34
>                 URL: https://issues.shibboleth.net/jira/browse/EDS-34
>             Project: Embedded Discovery Service
>          Issue Type: Improvement
>            Reporter: Lukas Haemmerle
>            Assignee: Rod Widdowson
>
> Currently the EDS shows the text field by default when loaded. However, some users might prefer the drop-down list to be used as default.
> I have not found an option to configure this and CSS rules don't seem to work either (because they are likely to be overwritten by the javascript).
> So, having an configuration option for this would be great.

--
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