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 - Ability to direct an HTML page to the internal browser
Summary: Ability to direct an HTML page to the internal browser
Status: NEW
Alias: None
Product: ide
Classification: Unclassified
Component: Extbrowser (show other bugs)
Version: 8.2
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Jan Stola
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-02-20 05:15 UTC by gwaldon
Modified: 2016-02-20 05:15 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.