Opened 16 years ago
Closed 15 years ago
#1191 closed defect (invalid)
Mixed content error in html/common.js
Reported by: | Owned by: | alex | |
---|---|---|---|
Priority: | high | Milestone: | 0.9 |
Component: | General | Version: | 0.3 |
Keywords: | mixted content error | Cc: | |
Blocked By: | Blocking: |
Description
A mixed content error (IE over SSL) is raised when html/common.js is included in a page. The source of the problem is the execution of a function to create dojo.html.createExternalElement().
The offending line is:
xscript.src = "javascript:'dojo.html.createExternalElement=...
If the user clicks 'No' on the error dialog, this source fails to complete loading.
Change History (7)
comment:1 Changed 16 years ago by
Version: | 0.2 → 0.3 |
---|
comment:2 Changed 16 years ago by
Milestone: | → 0.4 |
---|---|
Owner: | changed from anonymous to dylan |
Status: | new → assigned |
comment:3 Changed 16 years ago by
Owner: | changed from dylan to Tom Trenka |
---|---|
Status: | assigned → new |
comment:4 Changed 16 years ago by
Milestone: | 0.4 → 0.4.1 |
---|
comment:5 Changed 16 years ago by
Milestone: | 0.4.1 → 0.5 |
---|
comment:6 Changed 15 years ago by
Owner: | changed from Tom Trenka to alex |
---|
comment:7 Changed 15 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
I can't find this code in the 0.9+ codebase. Reopen if this is still a problem.
Note: See
TracTickets for help on using
tickets.
Not sure if this is relevant anymore or not, based on the rewrite of Dojo et al. Reassigning to Alex to double check.