Opened 14 years ago
Closed 14 years ago
#2177 closed defect (fixed)
testAccessible method in a11y.js should use dojo.doc
Reported by: | guest | Owned by: | Becky Gibson |
---|---|---|---|
Priority: | high | Milestone: | 0.9 |
Component: | Accessibility | Version: | 0.4.1 |
Keywords: | Cc: | [email protected]… | |
Blocked By: | Blocking: |
Description
var div = document.createElement("div"); should be updated to var div = dojo.doc().createElement("div"); in a11y.js line: 35
Change History (3)
comment:1 Changed 14 years ago by
Status: | new → assigned |
---|
comment:2 Changed 14 years ago by
Milestone: | → 0.9 |
---|
comment:3 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
(In [8860]) from schallm (cla on file) fixes #2691 - use remove node. Fixes #2177 - use dojo.doc(). refs #3196 (may still be applicable in dijit) check for null cStyle obj