Ticket #10811 (closed defect: wontfix)
dijit.form.DateTextBox issues on Windows 7 Chrome
| Reported by: | mountainriver | Owned by: | bill |
|---|---|---|---|
| Priority: | normal | Milestone: | tbd |
| Component: | Dijit | Version: | 1.4.0 |
| Severity: | normal | Keywords: | |
| Cc: | peller, alex |
Description
for the example on:
http://www.dojotoolkit.org/reference-guide/dijit/form/DateTextBox.html#id2
issue:
The 'Changing Constraints on the Fly' example does not work reliably on Windows 7 Chrome (latest version as of 3/3/2010 - version 4.0.249.89). If you use the Chrome javascript console, the error message reads 'Uncaught Illegal Access: native_string.js:183'. There seems to be an issue when two instances of DateTextBox? exist on the same web page...
To reproduce this error, In Chrome on Windows 7, I turn on the Chrome javascript console (Developer > Javascript Console). I click on the 'View Example' button for 'Changing Constraints on the Fly', and wait for the pop-up to load. If it loads successfully, then I close the pop up example window, and click on the 'View Example' button again. (repeat if necessary - it usually takes no more than 10-20 tries). When it fails, I get the 'Uncaught Illegal Access' error in the javascript console, and the pop up example window hangs with the loading animation spinning... Are there any workarounds or is this a bug?