marckunze / rancor

Ranked Choice voting tool repo
https://rancor.herokuapp.com
Other
0 stars 0 forks source link

Percentages not displaying on results page #121

Closed nvh82 closed 9 years ago

nvh82 commented 9 years ago

I just viewed the poll that Marc sent regarding the licensing and the percentage numbers aren't displaying. Does anyone else get this too? I'm also using IE V.8 at work and I noticed the home page graphics don't display correctly in this browser (just FYI). This issue could just be my browser which hasn't been updated.

MarkHammondJr commented 9 years ago

Chrome 40 and IE 11 are both working for me. It wouldn't be surprised if it was just IE 8, I'm pretty sure it doesn't support HTML 5 features.

marckunze commented 9 years ago

I think it is an IE8 thing. I thought that was a conscious decision to not support IE8, but it didn't make it into the spec. We have IE version forced to whatever the most recent is but IE8 doesn't pick that up. <meta http-equiv="X-UA-Compatible" content="IE=edge">

I'm tempted to label as a won't fix. It does show on IE10 for me at work.

marckunze commented 9 years ago

@nvh82 can you take a look when you get home and see. if it's an IE8 issue I'm thinking it's a won't fix.

nvh82 commented 9 years ago

Yesss, working for me. Definitely an IE8 thing.

marckunze commented 9 years ago

Ok, I'm closing this as a won't fix. We could add a future improvement of a no IE8 warning.

marckunze commented 9 years ago

Closing as a won't fix as IE8 only.