Ticket #5502 (closed defect: fixed)

Opened 7 months ago

Last modified 7 months ago

FilteringSelect with AutoComplete throws error in IE6

Reported by: guest Owned by: doughays
Priority: normal Milestone: 1.1
Component: Dijit Version: 1.0
Severity: normal Keywords:
Cc:

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

follow-up: ↓ 2   Changed 7 months ago by bill

Which data store are you using?

in reply to: ↑ 1   Changed 7 months ago by guest

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?.

  Changed 7 months ago by doughays

  • owner set to doughays
  • milestone set to 1.1

Same problem with FF2

  Changed 7 months ago by doughays

  • status changed from new to closed
  • resolution set to fixed

(In [11960]) Fixes #5502. Change regexp test to a simple string compare.

Note: See TracTickets for help on using tickets.