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 238038 - Provide an option to disable autocompletion in combobox-style properties
Summary: Provide an option to disable autocompletion in combobox-style properties
Status: VERIFIED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Property Editors (show other bugs)
Version: 7.4
Hardware: PC Linux
: P2 normal (vote)
Assignee: Stanislav Aubrecht
URL:
Keywords:
Depends on:
Blocks: 238426
  Show dependency tree
 
Reported: 2013-11-06 11:17 UTC by igor_nikiforov
Modified: 2013-12-02 11:05 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Proposed fix (1.17 KB, patch)
2013-11-06 11:17 UTC, igor_nikiforov
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description igor_nikiforov 2013-11-06 11:17:27 UTC
Created attachment 141892 [details]
Proposed fix

Currently it is possible to edit current value for combobox-style properties even if canEditAsText property is set to false. This happens because autocompletion support. 

In CND we do not need autocompletion for most of such fields. So could you please provide one more option to disable autocompletion for such kind of editors.

I'm attaching the patch with the fix.
Comment 1 Stanislav Aubrecht 2013-11-11 11:58:37 UTC
core-main df6f9052c563
Comment 2 Stanislav Aubrecht 2013-11-19 14:31:52 UTC
It's too late to include the fix in 7.4 patch 1 but I can integrate it into release74 branch some time next week. Would that be enough?
Comment 3 Alexander Simon 2013-11-19 15:11:43 UTC
(In reply to Stanislav Aubrecht from comment #2)
> It's too late to include the fix in 7.4 patch 1 but I can integrate it into
> release74 branch some time next week. Would that be enough?
Yes, it is a patch 2 candidate.
Comment 4 Vladimir Voskresensky 2013-12-02 09:29:33 UTC
Stanislav, Could you, please, integrate integrate into release74 today?
Comment 5 Stanislav Aubrecht 2013-12-02 09:47:34 UTC
transplated to release74 branch as 318a247ac127
Comment 6 Vladimir Voskresensky 2013-12-02 11:05:05 UTC
Thank you, Snanislav!