[OpenSTA-devel] [ opensta-Bugs-956260 ] When HTML parser fails Modeler HTML tree displays nothing
Brought to you by:
dansut
|
From: SourceForge.net <no...@so...> - 2005-05-12 22:28:17
|
Bugs item #956260, was opened at 2004-05-18 17:45 Message generated for change (Settings changed) made by dansut You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=110857&aid=956260&group_id=10857 Category: GUI Issue Group: Inconvenience >Status: Closed Resolution: Fixed Priority: 5 Submitted By: Daniel Sutcliffe (dansut) Assigned to: Daniel Sutcliffe (dansut) Summary: When HTML parser fails Modeler HTML tree displays nothing Initial Comment: When the HTML parser fails (for whatever reason) then the HTML tree tab displays absolutely nothing, and the structure tab folders have no content. This is unfortunate because the parsing up to the point of failure may have been successful and the specifying DOM identifiers (prior to the parser failure) in the LOAD RESPONSE_INFO do work if their format can be worked out without the aid of the GUI. Causing the HTML parser to fail is usually down to bad HTML so a workaround is to fix the HTML you are parsing but sometimes this is not possible. The HTML parser can be made to fail by something as simple as missing the closing greater than off the close HTML tag but this problem report is not about HTML parser stability. ---------------------------------------------------------------------- Comment By: Daniel Sutcliffe (dansut) Date: 2004-10-18 13:05 Message: Logged In: YES user_id=19748 The fix has been merged into the CVS head. It will become generally available in release 1.4.3. The fix includes an error dialog which announces the line number the HTML parsing failed on followed by display of the HTML elements that the DOM parser can cope with. Modeler: 1.4.3.3 OpenSTA: 1.4.3.4 ---------------------------------------------------------------------- Comment By: Daniel Sutcliffe (dansut) Date: 2004-05-18 17:48 Message: Logged In: YES user_id=19748 Proposed fix is to display the HTML parsing as far as it was successful. This would allow the possible DOM identifiers to at least be accessed and used. An error message would also be useful to warn that HTML parsing has failed. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=110857&aid=956260&group_id=10857 |