mantlik / swingbox-javahelp-viewer

Netbeans plugin which installs alternative javahelp viewer into Netbeans RCP application
GNU Lesser General Public License v3.0
3 stars 1 forks source link

Page generation hangs when rendering object #4

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Under some circumstances, object tags lead to infinite loop in object box 
creation. E.g. some help topics in Netbeans User's guide freeze the system 
completely.

To reproduce, in Netbeans IDE with Swingbox Javahelp Viewer installed press F1 
(open Help window) and in Contents navigate IDE Basics - Getting started - 
NetBeans modules. System freezes completely.

Original issue reported on code.google.com by mantl...@gmail.com on 10 Feb 2013 at 7:47

GoogleCodeExporter commented 9 years ago
This issue was updated by revision d6d05c45e577.

Created test case reproducing the issue.
Implemented ignoring of Object tags completely. This avoids freezing problems.

Original comment by mantl...@gmail.com on 10 Feb 2013 at 8:06

GoogleCodeExporter commented 9 years ago
This issue was updated by revision 80fd919f8ec8.

Implemented object tag processing.
Anchor box is created from object tag taking content as href and text as tag 
content. If text is empty, href is displayed.
Object is plotted in blue and href is opened in default browser when clicked.

Original comment by mantl...@gmail.com on 14 Feb 2013 at 5:08

GoogleCodeExporter commented 9 years ago

Original comment by mantl...@gmail.com on 15 Feb 2013 at 12:38