#8017 closed defect (invalid)
No stats visible in IE 8
Reported by: | anonymous | Owned by: | Ryan J Ollos |
---|---|---|---|
Priority: | high | Component: | TracTicketStatsPlugin |
Severity: | critical | Keywords: | |
Cc: | Trac Release: | 0.12 |
Description
No stats show up when using IE8. It works fine in Firefox 3.6.12, though. The error message in IE says:
Message: 'YAHOO' is undefined Line: 125 Char: 1 Code: 0 URI: https://ka.sdl.usu.edu/trac/uOptimus/ticketstats
Message: 'YAHOO' is undefined Line: 164 Char: 1 Code: 0 URI: https://ka.sdl.usu.edu/trac/uOptimus/ticketstats
Is this possibly related to Ticket #6426?
Attachments (0)
Change History (4)
comment:1 follow-up: 4 Changed 14 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
comment:2 follow-up: 3 Changed 14 years ago by
Thanks for following up. Do you think issue #7629, applied against the TracTicketStatsPlugin, would help?
comment:3 Changed 14 years ago by
Replying to rjollos:
Thanks for following up. Do you think issue #7629, applied against the TracTicketStatsPlugin, would help?
Yes, it turns out that was the problem. The Yahoo APIs are accessed via http instead of https, but as far as I could tell, there is no way to access them via https anyway (ie http://yui.yahooapis.com/2.5.2/build/element/element-beta-min.js works but https://yui.yahooapis.com/2.5.2/build/element/element-beta-min.js does not).
comment:4 Changed 14 years ago by
Replying to anonymous:
False alarm, turns out this was due to a security setting in IE 8. The trac system was on a secure site (https) and the option to display mixed content in the Internet Security options was set to "prompt". When it was set to "enable" it worked fine with no errors.
I came across this problem using the TracMetrixPlugin just this evening and I find it a bit strange that the content is not shown when the option is set to prompt and I accept mixed content. Any idea?
The best solution I can think of, aside from not using IE8, is to allow the Yahoo APIs to be installed locally, and add information about the issue to the project wiki page.
False alarm, turns out this was due to a security setting in IE 8. The trac system was on a secure site (https) and the option to display mixed content in the Internet Security options was set to "prompt". When it was set to "enable" it worked fine with no errors.