#14876 closed defect (fixed)
input[name=foo\\[0\\]\\.bar] fails on acme
Reported by: | bill | Owned by: | Kris Zyp |
---|---|---|---|
Priority: | undecided | Milestone: | 1.7.5 |
Component: | Query | Version: | 1.7.2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Try from dojo/tests/query/query.html:
require(["dojo/query!acme"], function(query){ console.log("res:", query("input[name=foo\\[0\\]\\.bar]", "attrSpecialChars")); });
It should return one hit, but returns none. Tested on FF11/mac.
When this is fixed uncomment test from that file.
Change History (5)
comment:1 Changed 9 years ago by
comment:35 Changed 9 years ago by
Milestone: | tbd → 1.8 |
---|
comment:37 Changed 8 years ago by
Milestone: | 1.8 → 1.7.5 |
---|
Note: See
TracTickets for help on using
tickets.
In [27986]: