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 258072

Summary: Ability to direct an HTML page to the internal browser
Product: ide Reporter: gwaldon <gwaldon>
Component: ExtbrowserAssignee: Jan Stola <jstola>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.2   
Hardware: PC   
OS: Windows 7   
Issue Type: ENHANCEMENT Exception Reporter:

Description gwaldon 2016-02-20 05:15:13 UTC
Currently opening an url directs to the default browser chosen in options:
 
HtmlBrowser.URLDisplayer.getDefault().showURL(url);

This request for enhancement is asking for the ability to direct an url to the internal browser, e.g.

HtmlBrowser.URLDisplayer.getInternalBrowser().showURL(url);

This would give a better experience to users with url intended to them, e.g. help, tips, manuals, etc.