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 213173 - Can't change Width and Height values in custom configuration back to default
Summary: Can't change Width and Height values in custom configuration back to default
Status: RESOLVED FIXED
Alias: None
Product: javafx
Classification: Unclassified
Component: Project (show other bugs)
Version: 7.2
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Petr Somol
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-29 15:16 UTC by Stepan Zebra
Modified: 2012-06-01 05:25 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Stepan Zebra 2012-05-29 15:16:02 UTC
Product Version: NetBeans IDE Dev (Build 201205290002)
Java: 1.7.0_04; Java HotSpot(TM) 64-Bit Server VM 23.0-b21
System: Windows 7 version 6.1 running on amd64; Cp1252; en_US (nb)

To reproduce:
1) Open some FX project's Properties.
2) Select one of the predefined (or create a new) run configuration.
3) Adjust Width and Height properties, push OK.
4) Open this project's Properties again.
5) Change Width and Height to same values as in <default config>, push OK.

The values will remain as in step 3.
Comment 1 Petr Somol 2012-05-30 16:38:08 UTC
The bug actually affected not only width, height, but also application class, VM options, working directory and html page properties. It manifested itself on width and height only because these two properties have nonnull values defined in default config.

Fixed in jetmain:
http://hg.netbeans.org/jet-main/rev/7ed77f49e9df
Comment 2 Quality Engineering 2012-06-01 05:25:48 UTC
Integrated into 'main-golden', will be available in build *201206010001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/7ed77f49e9df
User: Petr Somol <psomol@netbeans.org>
Log: #213173 - Can't change Width and Height values in custom configuration back to default