Wednesday, April 2, 2014

Re: The method isCompleteHtml(String) is undefined for the type SafeHtmlHostedModeUtils

Oh sorry, I misunderstood: you're directly calling isCompleteHtml from your code?
Yes, it happens that this method is not emulated for "prod mode", and will thus fail to compile to JS. Note that if it were, it would always return 'true', so you'd better use maybeCheckCompleteHtml in your client-side code.

Would you mind filing a bug so we remember to get it fixed for GWT 2.7?
(again, remember that "fixing" here means "compiling", the method would always return 'true' when compiled to JS)

On Wednesday, April 2, 2014 12:01:08 PM UTC+2, Adrian Bastholm wrote:
I'm adding a log - running with -logLevel DEBUG 

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment