> Yes, that's the problem.
> Here is the code to test --
> 
> alert(document.getElementById("editobject36").height); //got 72 here
> document.getElementById("editobject36").height = 273;
> alert(document.getElementById("editobject36").height); //still got 72 here, 
> and the edit object haven't been resized in the webpage.

That looks like it could be a bug. Could you make a reduction and create a bug 
report on bugzilla? http://webkit.org/new-qtwebkit-bug

cheers,
Benjamin
_______________________________________________
webkit-qt mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-qt

Reply via email to