Discussion:
showListFirst (EDS v1.1.0 and later)
Philip Durbin
2014-09-12 14:11:02 UTC
Permalink
Hello Shibboleth Enthusiasts!

https://wiki.shibboleth.net/confluence/display/EDS10/3.2+EDS+Configuration+Options
says

showListFirst (v1.1.0 and later)

default value: false
If set to true then the dropdown box of IdPs is initially shown. If
the value is absent or set to false then the free text "search as you
type" box is displayed.

I'm interested in trying this option but I can't see to find where to
download EDS v1.1.0 (or later).

https://wiki.shibboleth.net/confluence/display/EDS10/2.+Installation
suggests that http://shibboleth.net/downloads/embedded-discovery-service/
might have it but the newest there is v1.0.2.

https://issues.shibboleth.net/jira/browse/EDS says v1.1 hasn't been
released yet.

I'm a little scared to grab from trunk at
http://svn.shibboleth.net/view/js-embedded-discovery/ but is that what
people recommend if I'd like to try the showListFirst option?

Thanks!

Phil

p.s. For my records, trunk is at revision 110 as of this writing.
--
Philip Durbin
Software Developer for http://dataverse.org
http://www.iq.harvard.edu/people/philip-durbin
--
To unsubscribe from this list send an email to users-unsubscribe-***@public.gmane.org
Peter Schober
2014-09-12 14:32:34 UTC
Permalink
Post by Philip Durbin
I'm a little scared to grab from trunk at
http://svn.shibboleth.net/view/js-embedded-discovery/ but is that what
people recommend if I'd like to try the showListFirst option?
If you want to use the code that has this option, this is what you'd use.
You can always check any changes the repo has seen from the last
release (tagged, I'm assuming) if you trust that.
And try it out on a test system.
-peter
--
To unsubscribe from this list send an email to users-unsubscribe-***@public.gmane.org
Philip Durbin
2014-09-12 15:38:04 UTC
Permalink
On Fri, Sep 12, 2014 at 10:32 AM, Peter Schober
Post by Peter Schober
Post by Philip Durbin
I'm a little scared to grab from trunk at
http://svn.shibboleth.net/view/js-embedded-discovery/ but is that what
people recommend if I'd like to try the showListFirst option?
If you want to use the code that has this option, this is what you'd use.
You can always check any changes the repo has seen from the last
release (tagged, I'm assuming) if you trust that.
And try it out on a test system.
Ok, thanks. I'm trying it out on my dev machine:
https://github.com/IQSS/dataverse/issues/794#issuecomment-55417258

Autocomplete (type ahead) seems wonky... maybe I didn't concatenate
the files properly.

Thanks,

Phil
--
Philip Durbin
Software Developer for http://dataverse.org
http://www.iq.harvard.edu/people/philip-durbin
Peter Schober
2014-09-12 16:06:57 UTC
Permalink
Post by Philip Durbin
Autocomplete (type ahead) seems wonky... maybe I didn't concatenate
the files properly.
Sorry, I'm not familiar with that technical term ("wonky").
Could you give a slightly more conventional error description,
e.g. whether the wonkiness is also present in released versions, what
the input was, what the expected result was, and what the actual
result was?
Feel free to compare with other EDS instances out there (I can provide
URLs to some of our own, if needed).
-peter
--
To unsubscribe from this list send an email to users-unsubscribe-***@public.gmane.org
Philip Durbin
2014-09-12 16:48:53 UTC
Permalink
On Fri, Sep 12, 2014 at 12:06 PM, Peter Schober
Post by Peter Schober
Post by Philip Durbin
Autocomplete (type ahead) seems wonky... maybe I didn't concatenate
the files properly.
Sorry, I'm not familiar with that technical term ("wonky").
Could you give a slightly more conventional error description,
e.g. whether the wonkiness is also present in released versions, what
the input was, what the expected result was, and what the actual
result was?
Feel free to compare with other EDS instances out there (I can provide
URLs to some of our own, if needed).
A picture is probably worth a thousand words. Does looking at
Loading Image...
help clarify?

As I'm typing "harv" I'm seeing...

Harvard
Test
IdP

... rather than...

Harvard Test IdP

Again, this bug is quite possibly something I introduced. The version
I concatenated together is here:
https://github.com/IQSS/dataverse/blob/01414b0d2e88a3a80bf23dfc4633e59e69322403/src/main/webapp/resources/js/shib/idpselect.js

Phil
--
Philip Durbin
Software Developer for http://dataverse.org
http://www.iq.harvard.edu/people/philip-durbin
--
To unsubscribe from this list send an email to users-unsubscribe-***@public.gmane.org
Rod Widdowson
2014-09-13 09:37:34 UTC
Permalink
That looks like a CSS issue. What's the browser? Have you made any other
changes to anything else? - that grey background doesn't look standard, but
I haven't look at that code in quite some time.

R
-----Original Message-----
On Behalf Of Philip Durbin
Sent: 12 September 2014 17:49
To: Shib Users
Subject: Re: showListFirst (EDS v1.1.0 and later)
On Fri, Sep 12, 2014 at 12:06 PM, Peter Schober
Post by Peter Schober
Post by Philip Durbin
Autocomplete (type ahead) seems wonky... maybe I didn't concatenate
the files properly.
Sorry, I'm not familiar with that technical term ("wonky").
Could you give a slightly more conventional error description,
e.g. whether the wonkiness is also present in released versions, what
the input was, what the expected result was, and what the actual
result was?
Feel free to compare with other EDS instances out there (I can provide
URLs to some of our own, if needed).
A picture is probably worth a thousand words. Does looking at
http://shibboleth.net/pipermail/users/attachments/20140912/92c59400/attach
ment-0001.png
help clarify?
As I'm typing "harv" I'm seeing...
Harvard
Test
IdP
... rather than...
Harvard Test IdP
Again, this bug is quite possibly something I introduced. The version
https://github.com/IQSS/dataverse/blob/01414b0d2e88a3a80bf23dfc4633e59e
69322403/src/main/webapp/resources/js/shib/idpselect.js
Phil
--
Philip Durbin
Software Developer for http://dataverse.org
http://www.iq.harvard.edu/people/philip-durbin
--
To unsubscribe from this list send an email to users-
--
To unsubscribe from this list send an email to users-unsubscribe-***@public.gmane.org
Peter Schober
2014-09-13 15:20:15 UTC
Permalink
Post by Philip Durbin
As I'm typing "harv" I'm seeing...
Harvard
Test
IdP
What Rod said. I've seen that before when embedding it and some other
CSS conflicted.
-peter
--
To unsubscribe from this list send an email to users-unsubscribe-***@public.gmane.org
Peter Schober
2014-09-16 09:58:15 UTC
Permalink
Philip,
Post by Peter Schober
Post by Philip Durbin
As I'm typing "harv" I'm seeing...
Harvard
Test
IdP
What Rod said. I've seen that before when embedding it and some other
CSS conflicted.
So did you try embedding it into an empty page, with no other CSS
around, and does it work there?
-peter
--
To unsubscribe from this list send an email to users-unsubscribe-***@public.gmane.org
Philip Durbin
2014-09-16 12:40:22 UTC
Permalink
On Tue, Sep 16, 2014 at 5:58 AM, Peter Schober
Post by Peter Schober
Philip,
Post by Peter Schober
Post by Philip Durbin
As I'm typing "harv" I'm seeing...
Harvard
Test
IdP
What Rod said. I've seen that before when embedding it and some other
CSS conflicted.
So did you try embedding it into an empty page, with no other CSS
around, and does it work there?
Peter, I appreciate you and Rod following up. I was planning on having
our designer look at the CSS when he has a chance but it's a good idea
to try this version trunk (revision 110) on a standalone page with no
other CSS. Even I can do that. :)

Unfortunately, the typeahead problem seems to be there even when no
other CSS is included. I'm attaching a screenshot. (This time I'm only
typing a single character: "h" to trigger the typeahead.)

Phil
--
Philip Durbin
Software Developer for http://dataverse.org
http://www.iq.harvard.edu/people/philip-durbin
Loading...