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 231654 - [Export diff patch] widgets should only be enabled when their radiobutton is checked
Summary: [Export diff patch] widgets should only be enabled when their radiobutton is ...
Status: VERIFIED FIXED
Alias: None
Product: connecteddeveloper
Classification: Unclassified
Component: Issuetracking Framework (show other bugs)
Version: 7.4
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Ondrej Vrabec
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-21 16:11 UTC by markiewb
Modified: 2013-07-01 22:25 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Shows the issue (103.76 KB, image/png)
2013-06-21 16:11 UTC, markiewb
Details

Note You need to log in before you can comment on or make changes to this bug.
Description markiewb 2013-06-21 16:11:31 UTC
Created attachment 136159 [details]
Shows the issue

* open a project which use Hg as SCM
* make some changes, so that the project is modified 
* right click on the project node, select "Mercurial|Patch|Export uncommitted changes" -> "Export diff patch" dialog opens and the first radio button is checked

ACTUAL: the label "Issue" and the combobox are enabled, but their radiobutton isn't checked
EXPECTED: Label and dropdown should be only enabled when their radio button is checked

The strange thing is that the same procedure works correctly when the dialog is invoked from a Git-based project.

------
Product Version: NetBeans IDE Dev (Build 201306181109)
Java: 1.7.0_25; Java HotSpot(TM) 64-Bit Server VM 23.25-b01
Runtime: Java(TM) SE Runtime Environment 1.7.0_25-b16
System: Windows 7 version 6.1 running on amd64; Cp1252; en_US (nb)
Comment 1 Ondrej Vrabec 2013-06-24 12:09:04 UTC
> The strange thing is that the same procedure works correctly when the dialog is invoked from a Git-based project.
i can reproduce with Git, too

fix: http://hg.netbeans.org/core-main/rev/c4c4bbbfddb7
Comment 2 Quality Engineering 2013-06-27 02:18:58 UTC
Integrated into 'main-golden', will be available in build *201306262301* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/c4c4bbbfddb7
User: Ondrej Vrabec <ovrabec@netbeans.org>
Log: #231654 - [Export diff patch] widgets should only be enabled when their radiobutton is checked
Comment 3 markiewb 2013-07-01 22:25:07 UTC
Verified in 201307011244