#1876 closed defect (fixed)
insertCssFile ignores doc parameter
Reported by: | mmantel2 at aol dot com | Owned by: | mumme |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | HTML | Version: | 0.4 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
dojo.html.insertCssFile accepts a doc parameter specifying what document the style sheet should be added to, but it is not passed to dojo.html.insertCssText, so the style sheet is always added to the current document.
Change History (4)
comment:1 Changed 14 years ago by
Milestone: | → 0.5 |
---|---|
Owner: | changed from Bryan Forbes to mumme |
comment:2 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 Changed 14 years ago by
Milestone: | 0.5 → 0.4.1 |
---|
Note: See
TracTickets for help on using
tickets.
(In [6517]) Fixes #1876, forgotten document ref.