Re: [gwt-contrib] Re: inline imgs with safeuri

2011-06-12 Thread Stephen Haberman
See http://code.google.com/p/google-web-toolkit/issues/detail?id=6145 Eesh; thanks for linking to the issue. SafeUri was new enough (trunk) that I never even thought to look in the bug tracker for the issue. Makes sense in retrospect. - Stephen --

Re: [gwt-contrib] Re: inline imgs with safeuri

2011-06-12 Thread Thomas Broyer
That's because it's actually not an issue with SafeUri, but with SafeHtml (that SafeUri attempts to solve, it just needs a little more plumbing with UiBinder) -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: inline imgs with safeuri

2011-06-10 Thread Thomas Broyer
See http://code.google.com/p/google-web-toolkit/issues/detail?id=6145 There's some additional work needed in UiBinder to better support SafeUri (generate a SafeUri argument in the generated SafeHtmlTemplates, instead of a String argument; and similarly for SafeStyles). --