What version of gwt and gwt-incubator are you using?
trunk
What OS and browser are you using?
Safari
Do you see this error in hosted mode, web mode, or both?
both
(If possible, please include a test case that shows the problem)
Style rule with corresponding CssResource inteface definition:
Foo.css:
.foo {
background-color: rgba(255,0,0,0.5);
}
Foo.java:
public interface MyCss extends CssResource {
String foo();
}
Applying class selector 'foo' to an element does not apply the background color.
Hopefully using the test case you have generously provided, what steps will
reproduce the
problem?
1.
2.
3.
What is the expected output? What do you see instead?
I expect the element to be styled with a red background at 0.5 opacity.
Workaround if you have one:
Please provide any additional information below, and thank you for taking the
time and effort to
report this issue, as good issue reports are critical for our quest to make
GWT's new widgets and
libraries shine.
Original issue reported on code.google.com by jaime...@gmail.com on 23 Feb 2009 at 5:05
Original issue reported on code.google.com by
jaime...@gmail.com
on 23 Feb 2009 at 5:05