From: SourceForge.net <no...@so...> - 2003-09-09 20:13:30
|
Bugs item #802285, was opened at 2003-09-08 02:56 Message generated for change (Comment added) made by mbowler You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=448266&aid=802285&group_id=47038 Category: None Group: None Status: Open >Resolution: Accepted Priority: 5 Submitted By: Andrei Kirshin (akirshin1) >Assigned to: Mike Bowler (mbowler) Summary: Exception calling HtmlPage.asText() Initial Comment: Exception calling HtmlPage.asText(): java.lang.IllegalStateException: specified cell could not be found in table See attached page source. ---------------------------------------------------------------------- >Comment By: Mike Bowler (mbowler) Date: 2003-09-09 16:13 Message: Logged In: YES user_id=46756 This is blowing up because there is a <form> tag between a <tr> and a <td> tag. This is clearly illegal html but since the browsers support it, HtmlUnit should as well. It isn't clear whether this is something that should be handled by NekoHTML before HtmlUnit gets it or if HtmlUnit should just handle it itself. I've sent an email to the author of NekoHTML explaining this bug and we'll figure out where the fix should go. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=448266&aid=802285&group_id=47038 |