#427 closed defect (fixed)
Colorgroup in rich text editor crashes IE over HTTPS after mixed content warning
Reported by: | Owned by: | anonymous | |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | Widgets | Version: | 0.2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description (last modified by )
When the rich text editor widget is used with the colorgroup option over a secure connection, IE displays a warning about secure and nonsecure content. This also crashed IE in our case. We solved the issue in our case by making the following change in ColorPallette?.js :
this.bgIframe = document.createElement("<iframe frameborder='0' src='about:blank'>");
to
this.bgIframe = document.createElement("<iframe frameborder='0' src='javascript:void(0)'>");
Attachments (1)
Change History (4)
comment:1 Changed 15 years ago by
Milestone: | → 0.3release |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Changed 14 years ago by
Attachment: | hostenv_browser_patch added |
---|
Note: See
TracTickets for help on using
tickets.
Fixed in #3159