pombreda / google-web-toolkit-incubator

Automatically exported from code.google.com/p/google-web-toolkit-incubator
0 stars 0 forks source link

Styles using rgba colors no longer work with CssResource #242

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago

Original comment by ecc%google.com@gtempaccount.com on 2 Mar 2009 at 4:07

GoogleCodeExporter commented 9 years ago
This was previously fixed in r1509

Original comment by bobv%google.com@gtempaccount.com on 3 Mar 2009 at 2:44