I have written a web mapping application using JSAPI 2.1. This application has been in service since 2010, and has had no issues when viewed in Chrome. That was until Chrome updated to version 29.0.1547.57.
My users are all receiving an error (via Developer Console):
Uncaught TypeError: Object #<Text> has no method 'getAttribute' from FormSelectWidget.xd.js 8
I can confirm that it is something with the latest Chrome version, as I rolled one of our machines back to version 28.0.1500.95, and the application worked fine.
I am not sure what changes were made from version 28 to 29, but something is definitely affecting the application in an adverse way.
Also, it should be noted that the application works fine in IE9, IE10, Opera (latest), Firefox, etc.