This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 134674 - HTML in plugin description does not work in the "Available Plugins" tab
Summary: HTML in plugin description does not work in the "Available Plugins" tab
Status: RESOLVED FIXED
Alias: None
Product: updatecenters
Classification: Unclassified
Component: Pluginportal (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Maksim Khramov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-05-07 14:58 UTC by _ wadechandler
Modified: 2009-10-03 12:41 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Image showing it not working in "Available Plugins" (91.15 KB, image/png)
2008-05-07 14:58 UTC, _ wadechandler
Details
Image showing it working in the "Downloaded" tab. (58.34 KB, image/png)
2008-05-07 14:59 UTC, _ wadechandler
Details
Image showing it working in the "Installed" tab. (91.71 KB, image/png)
2008-05-07 15:00 UTC, _ wadechandler
Details

Note You need to log in before you can comment on or make changes to this bug.
Description _ wadechandler 2008-05-07 14:58:10 UTC
In the "Available Plugins" tab of the plugin manager. HTML content is not displayed properly for plugins long
description.  I have 3 screen shots I'll attach which show the "Available Plugins", Installed, and Downloaded tabs with
the same modules description shown. The modules description is wrapped in <html><head></head><body><!--description is in
here...--></body></html>, and displays properly in the other tabs.
Comment 1 _ wadechandler 2008-05-07 14:58:57 UTC
Created attachment 61130 [details]
Image showing it not working in "Available Plugins"
Comment 2 _ wadechandler 2008-05-07 14:59:34 UTC
Created attachment 61131 [details]
Image showing it working in the "Downloaded" tab.
Comment 3 _ wadechandler 2008-05-07 15:00:02 UTC
Created attachment 61132 [details]
Image showing it working in the "Installed" tab.
Comment 4 Jiri Rechtacek 2008-05-08 20:31:12 UTC
*** Issue 134571 has been marked as a duplicate of this issue. ***
Comment 5 Jiri Rechtacek 2008-06-11 12:38:05 UTC
It seems a problem on Plugin Portal side. A generator of Plugin Portal Update Center may have escaped plugin description
and Plugin Manager doesn't get HTML code but escaped HTML. PP UC contains for that plugin:
&amp;lt;html&amp;gt;&amp;lt;head&amp;gt;&amp;lt;/head&amp;gt;&amp;lt;body&amp;gt;
!--description is in here...-->
&amp;lt;br/&amp;gt;&amp;lt;/body&amp;gt;&amp;lt;/html&amp;gt;
instead of <html><head></head><body><!--description is in here...--></body></html>.
Install tab and Download tab display un-escaped description.
=> reassigned to Plugin Portal
Comment 6 Jiri Rechtacek 2008-06-11 13:54:20 UTC
A correction: PP UC should contain "&lt;html&gt;&lt;head&gt;&lt;/head&gt;&lt;body&gt; ...
&lt;/h1&gt;&#10;&lt;/body&gt;&lt;/html&gt;" instead of
"&amp;lt;html&amp;gt;&amp;lt;head&amp;gt;&amp;lt;/head&amp;gt;&amp;lt;body&amp;gt;...&amp;lt;br/&amp;gt;&amp;lt;/body&amp;gt;&amp;lt;/html&amp;gt;"
which is double escaped I guess.
Comment 7 Jiri Kovalsky 2008-07-10 10:33:28 UTC
Changing version to Phase 3 and target milestone to TBD.
Comment 8 Maksim Khramov 2008-12-17 10:48:46 UTC
Fixed