Comment #1 on issue 29513 by dichlofos.mv: Chrome does not save password when login form has no "action" http://code.google.com/p/chromium/issues/detail?id=29513
Chrome 4.0.266.0 (latest one) I have almost the same problem with password saving. My form looks like <form onsubmit="return false;" action="/cgi-bin/blah?action=auth"> <input type="text" name="login"> <input type="password" name="pass"> </form> As you see, an 'action' is present, but it does not work (i.e. no password saving). When I removing 'onsubmit', it starts working (autocompletion and password wizard). -- 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 -- Automated mail from issue updates at http://crbug.com/ Subscription options: http://groups.google.com/group/chromium-bugs
