Issue 650: Improper evaluation of regex is causing Chrome to bypass the form data validation http://code.google.com/p/chromium/issues/detail?id=650
Comment #8 by [EMAIL PROTECTED]: The value returned by Chrome for the line below is causing the issue form.onsubmit.toString().replace(/this\s*([\)\.])/, '_kwtlForm$1') Safari and IE7 return different code block from Chrome. As a result, Chrome throws an exception for the line if( _kwtlOnSubmit && _kwtlOnSubmit(event) == false) in function __konSubmit and bypasses the validation of the form data Note: FF3 takes different path Reductions ---------- http://go/reductions/650/mytest-standard.php http://go/reductions/650/mytest-quirks.php Issue attribute updates: Summary: Improper evaluation of regex is causing Chrome to bypass the form data validation Status: Untriaged Labels: JavaScript Has-Reduction Chrome-specific v-153.1 -- 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 -~----------~----~----~----~------~----~------~--~---
