#8109 closed defect (fixed)
IE8: ComboBox test broken
Reported by: | Douglas Hays | Owned by: | Douglas Hays |
---|---|---|---|
Priority: | high | Milestone: | 1.3 |
Component: | Dijit - Form | Version: | 1.2.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
IE8 is complaining about the dojo.query calls in the _autoComplete.html test. ID selectors with non-alphanumeric characters need to be enclosed in quotes. Also, if regexp characters appear in the option list entries, then an error is thrown when you try to type 1 of these characters during pattern matching.
Change History (3)
comment:1 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 Changed 10 years ago by
Component: | Dijit → Dijit - Form |
---|
Note: See
TracTickets for help on using
tickets.
[15741] Fixes #8109. Escape regexp special characters used to match highlighted substrings. Add test with () in option text to verify.