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 - use Desktop.getDesktop().mail(uri) instead of Utils.openBrowser(url);
Summary: use Desktop.getDesktop().mail(uri) instead of Utils.openBrowser(url);
Status: RESOLVED FIXED
Alias: None
Product: connecteddeveloper
Classification: Unclassified
Component: Issuetracking Framework (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-02-01 10:02 UTC by Tomas Stupka
Modified: 2016-02-04 02:33 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 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);