#17049 closed defect (fixed)
removeStyleSheet() illegal syntax in call to dojo.query()
Reported by: | bill | Owned by: | bill |
---|---|---|---|
Priority: | undecided | Milestone: | 1.9 |
Component: | Editor | Version: | 1.8.3 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
The query syntax in removeStyleSheet is illegal:
query('link:[href="' + url + '"]', this.window.document).orphan();
Unless I'm missing something, the colon shouldn't be there. For some reason it's started to cause test failures on Chrome recently (in the Editor_styleSheet test), but I think the problem has always been there.
Change History (3)
comment:1 Changed 8 years ago by
Milestone: | tbd → 1.9 |
---|---|
Owner: | set to bill |
Status: | new → assigned |
comment:2 Changed 8 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
In [31302]: