Issue 2792: Save Password infobar not cleared correctly after using HTTP  
Auth
http://code.google.com/p/chromium/issues/detail?id=2792

Comment #4 by [EMAIL PROTECTED]:
The problem:

When using a normal form, the code executes like so:
1. Submit data
2. ... Wait for page to load ...
3. Initiate password save (ProvisionallySavePassword)
4. OnStopLoading and if save initiated, show infobar

When using HTTP AUTH:
1. Submit data
2. Initiate password save (ProvisionallySavePassword)
3. ... Wait for page to load ...
4. OnStopLoading and if save initiated, show infobar

In the HTTP AUTH case, step 3 gives the user enough time to interrupt the  
process and
load some other page, this stops the load of the current page, which causes  
the
prompt conditions to be true, and the infobar is then shown.



-- 
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Chromium-bugs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/chromium-bugs?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to