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

Summary: Feed reader is not working well as NetBeans plug-in
Product: usersguide Reporter: Jaromir Uhrik <juhrik>
Component: API SupportAssignee: Jesse Glick <jglick>
Status: RESOLVED DUPLICATE    
Severity: blocker    
Priority: P4    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Bug Depends on: 57994    
Bug Blocks:    

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 ***