Ticket #1269 (closed bug: worksforme)
JQuery .css() background url and https
| Reported by: | ryanjlowe@… | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | 1.1.3 |
| Component: | core | Version: | 1.1.2 |
| Keywords: | Cc: | ||
| Needs: | Review |
Description
We are using JQuery in a production environment at Indiana University for our Online Course Management Application, Oncourse. JQuery is working wonderfully, and we are very happy with all the great work you have done with it.
We ran into a very minor bug on production during our last release. Using IE (6 & 7) over https, we had received security warning popups stating that secure & non-secure content was being requested at the same time.
I was able to track the issue down to a line of JQuery code that was setting a background image via the css() function dynamically, something like:
$(item).css("background url(../path/to/image.jpg)");
This may not even be a bug, but I thought I would report it anyway.
Thanks again! Ryan
