Yes, this is done in the constructor of my class 1) x = new Element ( ... ) 2) parentElem.adopt(x) 3) x.getSize() ...
And parentElem is in the DOM too at the time of the getSize() call ... On 28 Ott, 14:40, yangkun <[EMAIL PROTECTED]> wrote: > did you inject the element into DOM before call getSize() ?
