[gwt-contrib] Re: CodeServer with Bookmarklets not working in GWT 2.7 (2nd request)

2016-09-09 Thread Brandon Donnelson
I haven't dug in yet, just wanting to use it. That sounds promising. Using bookmarlets doesn't work when the module is embedded in another iframe. so the next issue I need to deal with is helping detect the module when it's not in the main body but in another iframe of the document. The other

[gwt-contrib] Re: Last call for 2.8.0-RC3

2016-09-09 Thread Thomas Broyer
As we've delayed the release a bit, let's add another documentation fix: https://gwt-review.googlesource.com/16860 On Thursday, September 8, 2016 at 4:27:36 PM UTC+2, Daniel Kurka wrote: > > Hi all, > > I will be cutting rc3 tomorrow 1pm CEST, please respond to this email with > any outstanding

Re: [gwt-contrib] Re: ScriptInjector seems to be broken (2.8-SNAPSHOT)

2016-09-09 Thread 'Goktug Gokdogan' via GWT Contributors
We should hold up the release. There is another path around arrays as well. On Fri, Sep 9, 2016 at 8:04 AM, Colin Alworth wrote: > Another issue at may warrant attention - https://github.com/ > gwtproject/gwt/issues/9424. This was brought up some time ago, but wasn't >

Re: [gwt-contrib] Re: Last call for 2.8.0-RC3

2016-09-09 Thread 'Roberto Lublinerman' via GWT Contributors
Arnaud, have you tried using -strict? GWT ignores compilation units with errors if they are not explicitly reachable from the entry point. I assume your Toto class is only referenced from JS. So if this class has any compile error (like missing references) then GWT does not see the class, much

Re: [gwt-contrib] Re: ScriptInjector seems to be broken (2.8-SNAPSHOT)

2016-09-09 Thread Colin Alworth
Another issue at may warrant attention - https://github.com/gwtproject/gwt/issues/9424. This was brought up some time ago, but wasn't reduced to be reproducible until now (which is funny, given how minimal the test case is). On Fri, Sep 9, 2016 at 9:30 AM 'Daniel Kurka' via GWT Contributors <

Re: [gwt-contrib] Re: ScriptInjector seems to be broken (2.8-SNAPSHOT)

2016-09-09 Thread 'Daniel Kurka' via GWT Contributors
+Goktug Gokdogan +Roberto Lublinerman Should we be holding RC3, I guess so right? On Fri, Sep 9, 2016 at 4:12 PM Jens wrote: > > Can you file an issue and ping Daniel (by mail or hangout) to delay the > RC3 a bit? (if not

Re: [gwt-contrib] Re: ScriptInjector seems to be broken (2.8-SNAPSHOT)

2016-09-09 Thread Jens
> Can you file an issue and ping Daniel (by mail or hangout) to delay the > RC3 a bit? (if not already too late, as it's 4pm cest) > Done. -- You received this message because you are subscribed to the Google Groups "GWT Contributors" group. To unsubscribe from this group and stop receiving

Re: [gwt-contrib] Re: ScriptInjector seems to be broken (2.8-SNAPSHOT)

2016-09-09 Thread Thomas Broyer
Can you file an issue and ping Daniel (by mail or hangout) to delay the RC3 a bit? (if not already too late, as it's 4pm cest) On Friday, September 9, 2016 at 3:51:05 PM UTC+2, Jens wrote: > > Ok just tried it myself. > > Created a new, fresh project having world in my > host page using > >

Re: [gwt-contrib] Re: ScriptInjector seems to be broken (2.8-SNAPSHOT)

2016-09-09 Thread Jens
Ok just tried it myself. Created a new, fresh project having world in my host page using public void onModuleLoad() { Global.window.alert("Element found: " + (Global.document.getElementById( "hello") != null)); } GWT 2.8 RC2 returns true _.onModuleLoad_4_g$ = function onModuleLoad_3_g$(){

[gwt-contrib] Re: Last call for 2.8.0-RC3

2016-09-09 Thread Arnaud TOURNIER
I have one problem which is recurring, related to JsInterop. Sometimes the JsInterop JS stub is not generated because of (seemingly) an internal error in SuperDevMode (and GWTC it seems), but nothing is logged, so it's difficult to diagnose. For example, in an application (which does not

Re: [gwt-contrib] Re: ScriptInjector seems to be broken (2.8-SNAPSHOT)

2016-09-09 Thread David
I'm sure my stuff was working fine with JsInterop 1.0 but with JsInterop 2.0 the only solution seems to be to use Global.top.window.document As far as I remember I had it working somewhere half of July - but I might be wrong. Can I force in maven to take a very specific snapshot version of GWT

Re: [gwt-contrib] Re: ScriptInjector seems to be broken (2.8-SNAPSHOT)

2016-09-09 Thread Jens
> This scoping is all very confusing :-). > > Anyway, this is what I am seeing with Elemental2: > - I have an application that generates HTML using a custom templating > system. > - I then put the HTML string in an Element with setInnerSafeHtml. > - After this I use Element2 to bind to the

Re: [gwt-contrib] Re: ScriptInjector seems to be broken (2.8-SNAPSHOT)

2016-09-09 Thread David
This scoping is all very confusing :-). Anyway, this is what I am seeing with Elemental2: - I have an application that generates HTML using a custom templating system. - I then put the HTML string in an Element with setInnerSafeHtml. - After this I use Element2 to bind to the generated html. For

[gwt-contrib] Re: CodeServer with Bookmarklets not working in GWT 2.7 (2nd request)

2016-09-09 Thread Thomas Broyer
Doesn't CodeServer accept -setProperty? You could use that to pinpoint the property values so you only have one permutation when only user.agent is given. -- You received this message because you are subscribed to the Google Groups "GWT Contributors" group. To unsubscribe from this group and