Comment #4 on issue 18937 by landtuna: Yahoo mail for small business doesn't work http://code.google.com/p/chromium/issues/detail?id=18937
Maybe this can help. At this URL: https://login.yahoo.com/config/login_verify2? .done=https://login.yahoo.com/config/mail%3f.intl=us there is some javascript called from this URL: https://s.yimg.com/lq/i/reg/js/login_md5_1.1.js In that javascript, a function called hash2 is called. Its argument is "this", and it's called from onsubmit of the form element. Inside hash2, form.passwd is accessed. passwd is an <input> inside the form element. In Firefox, form.passwd accesses that input element. In Chrome, form does not have a member called passwd. -- 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 -~----------~----~----~----~------~----~------~--~---
