Code4HR / hrt-bus-finder

Web app for the HRT bus API, GitHub Pages, @bschoenfeld and @wbprice
hrtb.us
16 stars 33 forks source link

Computers at Norfolk Public Libraries can not use Bus Finder #119

Open raggiesoft opened 10 years ago

raggiesoft commented 10 years ago

Fix by using a version of jQuery that does not break IE 8. The majority of HRT's riders are Minority/Low Income and would possibly use Bus Finder at the Library. As the City of Norfolk still uses IE 8 / Win XP, the site is no good for them.

Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

bschoenfeld commented 10 years ago

Ugh. Point taken. I'll look into this. Once we get functionality, it might be tough to get @wbprice's design to look right. Maybe we build an alternate, bare-bones view for IE 8.

raggiesoft commented 10 years ago

@wbprice is giving me a crash course of Github, Xampp, and whatnot. I'll see what I can hack

raggiesoft commented 10 years ago

I tested the site with the old jQuery and it seems to be working. I'm going to do some testing in IE 8

raggiesoft commented 10 years ago

hrt-bus-finder-xp [UPDATE] Testing in IE 8 in XP on VirtualBox brings up the License dialog, then it shows the site (without the sidebar) as if the user declines to give their location and defaults to Stop #0190, in front of the Norfolk bus garage

wbprice commented 10 years ago

What may be going on here is that the html5 geolocation API doesn't exist for IE8. Look for a shim that we can use on old browsers.