#3744 closed defect (fixed)
ComboBox "unterminated parenthetical" error when using strings like "(Iowa)"
Reported by: | skinner | Owned by: | haysmark |
---|---|---|---|
Priority: | high | Milestone: | 0.9 |
Component: | Dijit - Form | Version: | 0.9 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
I don't quite understand what's going on, but I think this is a bug in ComboBox?.
I'm getting an "unterminated parenthetical" error, when I use a ComboBox? that's been loaded with data where the strings include a set of parentheses, like this: (Iowa)
I'll attach a simple test file that should show the problem.
Attachments (1)
Change History (6)
Changed 14 years ago by
Attachment: | test_ComboBox_Iowa_failure.html added |
---|
comment:1 Changed 14 years ago by
To try out the test file, save it into the dijit/tests/form directory and then just open it in a browser.
comment:2 Changed 14 years ago by
Milestone: | → 0.9 |
---|---|
Owner: | changed from bill to haysmark |
comment:3 Changed 14 years ago by
Status: | new → assigned |
---|
comment:4 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:5 Changed 10 years ago by
Component: | Dijit → Dijit - Form |
---|
Note: See
TracTickets for help on using
tickets.
simple test case to show bug