#16013 closed defect (fixed)
[regression] hccss.js causes IE7 Mixed Content Warning
Reported by: | t.crowley | Owned by: | bill |
---|---|---|---|
Priority: | undecided | Milestone: | 1.8.2 |
Component: | General | Version: | 1.8.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Updating from version 1.7.2 to 1.8.0 causes a mixed-content warning in IE7. If I replace dijit/hccss.js with the same file from 1.7.2, the warning doesn't display.
Change History (4)
comment:1 Changed 8 years ago by
Milestone: | tbd → 1.8.2 |
---|---|
Owner: | set to bill |
Status: | new → assigned |
comment:4 Changed 8 years ago by
Summary: | hccss.js causes IE7 Mixed Content Warning → [regression] hccss.js causes IE7 Mixed Content Warning |
---|
Note: See
TracTickets for help on using
tickets.
Thanks. Well the issue is that
was changed to
The larger issue is that domConstruct.destroy() causes that warning, but let's not worry about that until if/when it becomes a problem for someone.