Re: (Unofficial) Elemental2 2.27 question

2020-04-25 Thread Vassilis Virvilis
Hi, Thanks for answering. a) children is an Element property and it returns a HTMLCollection. See here: https://developer.mozilla.org/en-US/docs/Web/API/ParentNode/children Also this issue has been brought up as a bug before but It had never bitten me personally. See here:

Re: (Unofficial) Elemental2 2.27 question

2020-04-25 Thread Peter Donald
On Fri, Apr 24, 2020 at 11:15 PM Vassilis Virvilis wrote: > I updated to Elemental 2.27 from 2.25 and > a) Element has no children property I haven't got an IDE handy but that is what I would expect. IIRC Element extends Node and Node has a read only attribute childNodes ... at least according

(Unofficial) Elemental2 2.27 question

2020-04-24 Thread Vassilis Virvilis
Hi, I updated to Elemental 2.27 from 2.25 and a) Element has no children property b) it depends on jsinterop-annotations-1.0.2.jar but jsinterop-annotations-2.8.2-v20191108.jar exists. Is jsinterop-annotations-2.8.2-v20191108.jar a J2CL thing? Any ideas? -- Vassilis Virvilis -- You received