#6200 closed defect (invalid)
dojo.query fails to locate an element if ID contains a period
Reported by: | guest | Owned by: | anonymous |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | Query | Version: | 1.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
The following search fails:
dojo.query('#test.1')
http://dojotoolkit.org/forum/dojo-core-dojo-0-9/dojo-core-support/dojo-query-question
Change History (2)
comment:1 Changed 13 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
comment:2 Changed 11 years ago by
Component: | General → Query |
---|
Note: See
TracTickets for help on using
tickets.
According to Alex in the thread mentioned above, you can use \ to escape the dot. Closing as working as designed.