#1241 closed defect (fixed)
While the page loads, a Mixed-Content warning is triggered for each instance of the dialog widget
Reported by: | guest | Owned by: | bill |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | Widgets | Version: | 0.3 |
Keywords: | https widget dialog | Cc: | |
Blocked By: | Blocking: |
Description
This problem looks like ticket 548, but this time it has to do with the dialog widget. The page gets loaded in a secure way (https) but as soon as the dialog gets loaded the warning of mixed content appears.
Change History (6)
comment:1 Changed 14 years ago by
Version: | 0.2 → 0.3 |
---|
comment:2 Changed 14 years ago by
comment:3 Changed 14 years ago by
Milestone: | → 0.5 |
---|
comment:4 Changed 14 years ago by
Problem solved. Solution simular to ticket 548. IE takes the about:blank page as soon as there is no src attribute within the iframe tag. This pages is non secure.
comment:5 Changed 14 years ago by
Milestone: | 0.5 → 0.4 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
OK, this seems to be working. I tested test_Dialog.html and test_DialogRemote.html over https w/no problems (on IE6).
Note: See
TracTickets for help on using
tickets.
Problem occurs using MS IE. Changing all references to http by https in the dojo library files, makes no difference. All temporary internet files in on the files system on the client are loaded in a secure way (https://..)