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 257796

Summary: use Desktop.getDesktop().mail(uri) instead of Utils.openBrowser(url);
Product: connecteddeveloper Reporter: Tomas Stupka <tstupka>
Component: Issuetracking FrameworkAssignee: Tomas Stupka <tstupka>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P3    
Version: 8.1   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description Tomas Stupka 2016-02-01 10:02:47 UTC
Product Version = NetBeans IDE 8.1 RC (Build 201510012201)
Operating System = Mac OS X version 10.11.2 running on x86_64
Java; VM; Vendor = 1.8.0_60-ea
Runtime = Java HotSpot(TM) 64-Bit Server VM 25.60-b07

Reproducibility: Happens every time

in various bugtracking/issue dialogs

also that the mail subject and body can be prefilled via the mailto uri format - e.g. ?subject=this%20is%20a%20subjec
Comment 1 Tomas Stupka 2016-02-03 12:02:08 UTC
fixed in jet-main #60959b8caa08
Comment 2 Quality Engineering 2016-02-04 02:33:09 UTC
Integrated into 'main-silver', will be available in build *201602040002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/60959b8caa08
User: Tomas Stupka <tstupka@netbeans.org>
Log: Issue #257796 - use Desktop.getDesktop().mail(uri) instead of Utils.openBrowser(url);