Bug #3116
openWeb page rendering needs to be made w3c compliant
0%
Description
The rendering engine used in ptII/kepler is about 10 years out of date. It gets confused on elements like end tags and fully relies on tables for layout. We need to add a better rendering engine for showing html if we want to continue to support html documentation.
Updated by Christopher Brooks almost 17 years ago
This is really more of a Java bug than anything.
Ptolemy uses javax.swing.JEditorPane in actor.gui.HTMLViewer
In Ptolemy, to invoke the user browser (IE, Firefox etc.),
append #in_browser to a URL.
See
http://ptolemy.berkeley.edu/ptolemyII/ptII6.0/ptII6.0.2/doc/codeDoc/ptolemy/actor/gui/HTMLViewer.html
Information about other possibilities of HTML renderers at:
http://virtualization.sys-con.com/read/377048.htm
Updated by ben leinfelder about 16 years ago
one more thing - the "old" way of doing the maps won't work now when running from metacat's trunk
Updated by ben leinfelder about 16 years ago
disregard comment #2 - intended for a different bug.