From kfm-devel Tue Feb 26 15:09:44 2002 From: Dirk Mueller Date: Tue, 26 Feb 2002 15:09:44 +0000 To: kfm-devel Subject: Re: window.resizeTo() problem - a testcase X-MARC-Message: https://marc.info/?l=kfm-devel&m=101473601020404 On Mon, 25 Feb 2002, David Faure wrote: > Two questions arise from that: do all browsers emit onLoad() before images > are loaded, and what happens if the tag contains explicit width and height > attributes ? its not an onload problem, its the // ### return actual width return ((ElementImpl *)impl)->getAttribute(ATTR_WIDTH).toInt(); code in dom/html_element.cpp :) I'll have a look. Dirk