#5502 closed defect (fixed)
FilteringSelect with AutoComplete throws error in IE6
Reported by: | guest | Owned by: | Douglas Hays |
---|---|---|---|
Priority: | high | Milestone: | 1.1 |
Component: | Dijit - Form | Version: | 1.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
If you have a FilteringSelect? box with autocomplete turned on, and you type an asterisk (*) as your first character in the box, then IE will throw an error "unexpected quantifier". I understand that this kind of wildcard search may not be supported with autocomplete, but the javascript error notifier might alarm some users.
http://archive.dojotoolkit.org/nightly/dojotoolkit/dijit/tests/form/test_FilteringSelect.html
Thanks!
Change History (5)
comment:1 follow-up: 2 Changed 14 years ago by
comment:2 Changed 14 years ago by
Replying to bill:
Which data store are you using?
Hi Bill, If you go here... http://archive.dojotoolkit.org/nightly/dojotoolkit/dijit/tests/form/test_FilteringSelect.html ... and enter an asterisk in the "state list 2" field, you should see the error (in IE6). It uses the ItemFileReadStore?.
comment:4 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:5 Changed 11 years ago by
Component: | Dijit → Dijit - Form |
---|
Which data store are you using?