On Saturday, January 19, 2013 8:57:59 PM UTC+1,
n.gia...@gmail.com wrote:
Thanks for your reply Thomas. Preparing a bug report for GPE. Bit puzzled though cause according to 7230 absolute paths should start with a '/', whereas in this case it's 'com/google/gwt/uibinder/test/client/Menu.css' without the leading '/'.
CssResource's @Source uses the value first as a relative path and then if necessary as an absolute path, the idea is to have the same behavior for ui:style (which does the same check before generating a @Source to have the error, if any, thrown closer to what the developer wrote: pointing at the <ui:style>, not the generated @Source)