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 240161 - Apply button loses disabled status without change happening
Summary: Apply button loses disabled status without change happening
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Options&Settings (show other bugs)
Version: 8.0
Hardware: PC All
: P3 normal with 1 vote (vote)
Assignee: Theofanis Oikonomou
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-09 14:28 UTC by unai
Modified: 2014-01-29 09:01 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 unai 2014-01-09 14:28:07 UTC
[ BUILD # : 201401090002 ]
[ JDK VERSION : <1.7.0_25 ]

STEPS:
   * Open Tools -> Options
   * Make some changes (e.g. Editor, Appearance, etc.)
   * Clic Apply

ACTUAL:
   * Apply button first gets disabled and soon after re-enabled.

EXPECTED:
   * Apply button stays disabled until you make new changes to Options.
Comment 1 Theofanis Oikonomou 2014-01-10 16:53:36 UTC
I am sorry but I cannot reproduce with Build 20140110-1617c82406aa. Please try a latest build and reopen if it happens again describing exact steps like in which panel did the problem occur so that I could eliminate the cause. Also does it happen with every panel or with just one? Does this happen with a clear userdir? etc etc. Thank you for reporting.
Comment 2 unai 2014-01-10 18:41:23 UTC
Just tried with today's dev build "Java SE" version):

Tools -> Options -> Editor -> Formatting

Change anything, for instance:
Language: Java; Category: Braces
Change braces generation settings.
Click apply.
Wait a couple seconds; Apply is enabled again.

I could also reproduce it in the Appearance -> Document Tabs tab.
Comment 3 Theofanis Oikonomou 2014-01-13 09:41:51 UTC
(In reply to unai from comment #2)
> Just tried with today's dev build "Java SE" version):
> 
> Tools -> Options -> Editor -> Formatting
> 
> Change anything, for instance:
> Language: Java; Category: Braces
> Change braces generation settings.
> Click apply.
> Wait a couple seconds; Apply is enabled again.
> 
> I could also reproduce it in the Appearance -> Document Tabs tab.

I can reproduce both cases even in 7.4

After fixing bug 239964, which AFAICT is not propagated yet to main-silver so not included in your build, I cannot reproduce the Appearance issue but I can reproduce the Formatting issue. Will work on a fix. Thank you
Comment 4 swpalmer 2014-01-13 12:20:53 UTC
Confirmed that this also happens on OS X.
Comment 5 Theofanis Oikonomou 2014-01-29 09:01:51 UTC
The formatting issue should be fixed by http://hg.netbeans.org/main-silver/rev/c999f54a996c. Please try a latest build and reopen if it happens again. Thank you for reporting