Closed (fixed)
Project:
Neptune
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
15 May 2013 at 20:30 UTC
Updated:
25 Jun 2013 at 22:40 UTC
In IE 8, the triangles are missing and that takes a lot from the theme. I've attached screenshots. It's very pretty on other browsers, but IE remains a problem child.
Screenshots:
This is a page in Internet Explorer 9...

and here it is rendered in Internet Explorer 8...

| Comment | File | Size | Author |
|---|
Comments
Comment #1
laurencemercerSwitching this to a task and slightly renaming, as it isn't a bug. The triangles are drawn to the canvas element, but IE8 doesn't natively support the canvas element so the triangles don't show up.
Thoughts are welcome on how best to proceed. I think there's also the question of whether Neptune should explicitly support a browser which is now two major versions old and declining in market share.
Comment #2
diwant commentedI'm going to try to find something that may allow the javascript image header, but should I fail at that perhaps a background image only for LTE ie8?
Comment #3
laurencemercerI've documented a solution which uses explorercanvas.
I'm not planning to make it part of Neptune, but if people want to support triangles in IE8 it's easy enough to implement.
Comment #4
diwant commentedNice, thank you for that.