Class and AJAX consumer demos updated: hell yeah!
Brad Fitzpatrick
brad at danga.com
Wed Jun 29 00:27:52 PDT 2005
Replying to myself yet more, Safari works now, pop-up blocking or not.
The secret: window.open works as long as it's in response to a mouse
click event, so I do:
<a target="new_win" href="user_setup_url.html" onclick='return open_user_setup_url();' >
Then JavaScript will run when a user clicks it (since the first popup
didn't happen) and because the window is opened with JavaScript, it'll be
able to talk to the other windows later.
Bad description.
I sleep.
On Wed, 29 Jun 2005, Brad Fitzpatrick wrote:
> I'm less excited now.
>
> I'd tested:
>
> IE 6 -- no popup blocker
> IE 6 -- Google popup blocker
> Safari 1.3 (v312) -- no popup blocking
> Firefox 1.0.4 -- popup blocking on
> Firefox 1.0.4 -- popup blocking off
>
> But I never tested Safari w/ pop-up blocking enabled. And it doesn't work
> there now.
>
> Anybody care to debug? (Randy? :-))
>
>
> On Tue, 28 Jun 2005, Brad Fitzpatrick wrote:
>
> > Check out the AJAX version now:
> >
> > http://openid.net/demo/demo.html
> >
> > Notably it:
> >
> > -- doesn't use post_grant
> >
> > -- doesn't require you to click a link for user_setup_url if
> > you don't get a positive assertion (but the link is still
> > there in case you have a pop-up blocker installed)
> >
> > -- automatically turns green right after you setup trust on
> > your openid server
> >
> > -- doesn't require you to press verify again
> >
> > -- closes its own window
> >
> > It's damn smooth now.
> >
> > BTW, If you're using LiveJournal as your OpenID server, remember you can
> > untrust sites at:
> >
> > http://www.livejournal.com/openid/options.bml
> >
> > It's useful to untrust openid.net while testing to see the confirm boxes
> > coming up.
> >
> > Enjoy!
> >
> > - Brad
> >
> >
> >
> >
>
>
More information about the yadis
mailing list