divyajyothi1 / dotnetopenid

Automatically exported from code.google.com/p/dotnetopenid
0 stars 0 forks source link

OpenIdAjaxTextBox does not hold up postback in the middle of authentication #201

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Run the RP demo and navigate to ajaxlogin.aspx
2. Enter OpenID, and move focus away from text box
3. While the spinner is still going, click Submit.

What is the expected output? What do you see instead?
The postback occurs, and nothing apparently happens on the web page.  
Authentication quits, and the javascript console logs this error:
Error: box.dnoi_internal.getUserSuppliedIdentifierResults() is undefined
Source File: http://localhost:49521/WebResource.axd?
d=jMmdMQX9duCeY4G1DTeCccG96EZjb7Md6MlbTZhCfoP4lyCp0LgfTql0_5uEspR76K8g3r7qV
E8wHGeik1MsHuUqvqgHAlTe2MrV67-rTlA1&t=633693776130159484
Line: 298

I expect to see a dialog that says "please wait while we finish 
authenticating you", as occurred in dotnetopenid 2.5.x

Please use labels and text to provide additional information.

Original issue reported on code.google.com by andrewar...@gmail.com on 5 Feb 2009 at 5:14

GoogleCodeExporter commented 8 years ago
This bug exists in the v2.6 branch as well.  We should fix it there and merge 
up to 
master branch.

Original comment by andrewar...@gmail.com on 16 Feb 2009 at 4:07

GoogleCodeExporter commented 8 years ago
This is now fixed.  A small js change.
v2.6   c7cc4d64c
master 656ef7b1b

Original comment by andrewar...@gmail.com on 16 Feb 2009 at 5:04