Status: Unconfirmed
Owner: ----
Labels: Type-Bug Pri-2 Area-Undefined OS-Windows
New issue 128723 by
patrick....@gmail.com: Javascript: Uncaught TypeError
with a form Input named "arguments"
http://code.google.com/p/chromium/issues/detail?id=128723
Chrome Version : 19.0.1084.46 (Official Build 135956) m
OS Version: 5.1 (Windows XP)
URLs (if applicable) :
Other browsers tested:
Add OK or FAIL after other browsers where you have tested this issue:
Safari 5: OK
Firefox 4.x: OK
IE 7/8/9: OK
What steps will reproduce the problem?
1.Run the chrome.html sample attached
2.Change value on Combo box
What is the expected result?
- The foo method must be invoked
What happens instead?
- Uncaught TypeError: undefined has no properties
Please provide any additional information below. Attach a screenshot if
possible.
- After investigation the problem is the name of hidden input.If you change
its name to another value, it work perfectly. The "arguments" name is
reserved ? I hope not... My framework imposes this name
Attachments:
chrome.html 581 bytes