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 73177 - Feed reader is not working well as NetBeans plug-in
Summary: Feed reader is not working well as NetBeans plug-in
Status: RESOLVED DUPLICATE of bug 57994
Alias: None
Product: usersguide
Classification: Unclassified
Component: API Support (show other bugs)
Version: 5.x
Hardware: All All
: P4 blocker (vote)
Assignee: Jesse Glick
URL:
Keywords:
Depends on: 57994
Blocks:
  Show dependency tree
 
Reported: 2006-03-02 13:09 UTC by Jaromir Uhrik
Modified: 2007-11-03 18:56 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jaromir Uhrik 2006-03-02 13:09:35 UTC
[200603011900]
1. Create new sample project "Feed reader"
2. Clean and build the project
3. Generate .NBMs for the project
4. Install these .NBMs to the NetBeans
When the Feed reader starts as a part of NetBeans the behavior is different from
standalone application based on NetBeans platform. When you open some feed node
then it is opens as:
--code with HTML tags - when running NetBeans + NBMs
--renderred HTML document (like in mozilla) - when running NB platform + NBMs
Comment 1 pzajac 2006-03-02 13:36:31 UTC
NetBeans IDE, Platform and FeedReader APP use different set of modules.
Therefore the behaviour is not the same. For example if you disable External
HTML Browser module you won't be able to use this feature anymore. 
Comment 2 Jesse Glick 2006-03-02 18:08:04 UTC
This is a bug in FeedReader. Rather than just setting contentType to text/html
on a JEditorPane it should make an HtmlEditorKit explicitly. That makes it work
as expected with or without the html/editor module.
Comment 3 Jesse Glick 2007-11-03 18:56:26 UTC
This was a bug in the editor.

*** This issue has been marked as a duplicate of 57994 ***