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 254240

Summary: Don't add reporter to CC
Product: www Reporter: cezariusz <cezariusz>
Component: BugzillaAssignee: Jan Pirek <jpirek>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.1   
Hardware: PC   
OS: Windows 8.1 x64   
Issue Type: DEFECT Exception Reporter:

Description cezariusz 2015-08-10 11:41:52 UTC
When opening a bug report, the checkbox "Add me to CC list" is checked by default, and that's fine, because when adding a comment you will be automatically subscribed to the report.
But I see no reason to select it when I'm the reporter. The logic on the page would be simple (pseudo code):
if (logged_in_user != reporter) {
   add_to_cc.checked = "checked";
}