Bug #3116
Web 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.
History
#1 Updated by Christopher Brooks over 14 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
#2 Updated by ben leinfelder almost 14 years ago
one more thing - the "old" way of doing the maps won't work now when running from metacat's trunk
#3 Updated by ben leinfelder almost 14 years ago
disregard comment #2 - intended for a different bug.
#4 Updated by Redmine Admin about 9 years ago
Original Bugzilla ID was 3116