marcomachadosantos / gwt-chronoscope

Automatically exported from code.google.com/p/gwt-chronoscope
GNU Lesser General Public License v2.1
0 stars 0 forks source link

IE/Flash GSS support #4

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The Flash canvas fallback used in internet explorer does not support GSS yet

Original issue reported on code.google.com by socon...@gmail.com on 19 Feb 2008 at 10:04

GoogleCodeExporter commented 9 years ago
I would suggest increasing the priority on this.  It is a show stopper for my 
project and I really, really would like to use chronoscope.  Is it at all 
possible 
to bring this int the 8. release?

Original comment by hsala...@gmail.com on 25 Mar 2008 at 8:02

GoogleCodeExporter commented 9 years ago

I have this partially working. I'm encountering trouble with specifying GSS 
opacity,
because IE requires you to use filter: alpha(opacity=x) *AND* it requires the 
element
to have a specified width to work. I'm investigating workarounds.

I'm adding a new RFE which is to abandon browser CSS parsing which is 
problematic and
doesn't allow us to extend CSS with new property names and values (e.g. 
point-shape,
display: bar-chart),  and access those in the CSS DOM. Instead, I will include a
mini-CSS parser and evaluator, which may turn out to boost performance because
ironically, element.currentStyle and document.defaultView.getComputedStyle are 
very slow.

Original comment by cromwell...@gmail.com on 26 Mar 2008 at 9:15

GoogleCodeExporter commented 9 years ago

Original comment by cromwell...@gmail.com on 10 Mar 2010 at 1:19