Extending native JsTypes from Java with GWT 2.8.0-rc2

2016-09-21 Thread Kirill Prazdnikov
Do you override methods ? -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscr...@googlegroups.com. To post to this group, send email to

Re: Extending native JsTypes from Java with GWT 2.8.0-rc2

2016-09-21 Thread Daniel Kurka
If you file a bug please include a simple repro case. In general this seems to be working fine (and is used withing google). So there must be something specific about our particular case. On Wed, Sep 21, 2016 at 9:43 AM Thomas Broyer wrote: > It should be possible, from

Extending native JsTypes from Java with GWT 2.8.0-rc2

2016-09-21 Thread Nándor Előd Fekete
Hi everyone! Are we supposed to be able to extend native (browser) JsTypes from Java? Specifically, having the following declaration (from Elemental2): @JsType(isNative = true, namespace = JsPackage.GLOBAL) public class HTMLDivElement extends HTMLElement {...} and the extending type public