[OpenSTA-devel] [ opensta-Bugs-414448 ] DOM parser confused by 'extra' HTML
Brought to you by:
dansut
|
From: SourceForge.net <no...@so...> - 2005-05-12 22:05:34
|
Bugs item #414448, was opened at 2001-04-06 19:29 Message generated for change (Settings changed) made by dansut You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=110857&aid=414448&group_id=10857 Category: GUI Issue Group: Inconvenience >Status: Closed Resolution: Fixed Priority: 5 Submitted By: Philip K Chung (pondor) Assigned to: Daniel Sutcliffe (dansut) Summary: DOM parser confused by 'extra' HTML Initial Comment: the DOM parser seems to crap out if there are any more HTML elements after "</HTML>". attached is a zip file containing two simple forms. both are similar except "simple_form_extra.htm" has some extra stuff after the "</HTML>" end-tag. simple_form_extra.htm is the one that makes the DOM parser fail. ---------------------------------------------------------------------- Comment By: Daniel Sutcliffe (dansut) Date: 2004-05-18 14:27 Message: Logged In: YES user_id=19748 This problem has been checked to be the same as 760485 using the provided HTML. The fix has been merged into the CVS HEAD. It will become generally available in release 1.4.3. The fix creates a new top level folder to the HTML tree, called 'document' and places any 'rooted' HTML tags below this. Previously only the last 'rooted' HTML tag would show up in the HTML tree tab. Work on diagnosing and fixing this issue was kindly sponsored by Bernie @ Performax, Thanks. Modeler: 1.4.3.2 OpenSTA: 1.4.3.3 ---------------------------------------------------------------------- Comment By: Daniel Sutcliffe (dansut) Date: 2003-08-05 15:19 Message: Logged In: YES user_id=19748 I'm going to guess that this problem may in fact be related to 760485 and take it under my wing to try out the fix for this with the zip files. 760485 has nothing to do with replay but it maybe this problem was incorrectly classified. If the original reporter is still around and could confirm or deny this, then that would be great. ---------------------------------------------------------------------- Comment By: Daniel Sutcliffe (dansut) Date: 2003-05-01 14:27 Message: Logged In: YES user_id=19748 Is this in replay or in the Modeler? I cannot see how this would happen under capture but anything is possible. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=110857&aid=414448&group_id=10857 |