You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 23, 2019. It is now read-only.
First: I love your library! It's been an incredibly smooth addition to our company intranet. Thank you.
My issue: Occasionally my SimpleWeather widget fails to load on Internet Explorer 8. It happens maybe once out of every 10 page loads. When it does fail, the DOM element is rendered and the browser looks like it's waiting on data. A few seconds go by, then IE8 reports the error "query.results.channel is null or not an object"
I'm in an enterprise environment where some domains are blocked, and though it's possible that's the issue, we've added query.yahooapis.com to the company whitelist. Does this sound like a potential issue with the script, IE 8 compatibility or Yahoo's weather service?
First: I love your library! It's been an incredibly smooth addition to our company intranet. Thank you.
My issue: Occasionally my SimpleWeather widget fails to load on Internet Explorer 8. It happens maybe once out of every 10 page loads. When it does fail, the DOM element is rendered and the browser looks like it's waiting on data. A few seconds go by, then IE8 reports the error "query.results.channel is null or not an object"
I'm in an enterprise environment where some domains are blocked, and though it's possible that's the issue, we've added query.yahooapis.com to the company whitelist. Does this sound like a potential issue with the script, IE 8 compatibility or Yahoo's weather service?
JSFiddle of the widget as implemented here: http://jsfiddle.net/cK3nZ/1/