From: <al...@go...> - 2004-03-23 12:33:38
|
Hello Brad and all. I have submitted couple of patches in January, but they are still waiting for approvement. There are by the way some 'lost' methods fixes, and as I remember, method HtmlPage.getOneHtmlElementByAttribute() too. One interesting thing is init order for framesets: if pages of the frameset update each other locations in 'onLoad' javascript, the regular htmlunit dies with javascript exception. The patch fixes it. (One thing remains to check: if one of the pages in the Frameset is a frameset itself ...) Would be nice if somebody would take a look at the patches. For the 1.2.3 users: there is a special patch for 1.2.3 called smt. with *jascript*1_2_3* that contains some more javascript support (including init order for framesets and so on.) and that can be used with the regular htmlunit 1.2.3 jar file: simply add the jar from the patch to the classpath BEFORE htmlunit 1.2.3 jar. So if your 1.2.3 dies from javascript exception there is still a (small) chance that it will work with the patch. Regards Alexei |