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

Summary: Provide an option to disable autocompletion in combobox-style properties
Product: platform Reporter: igor_nikiforov <igor_nikiforov>
Component: Property EditorsAssignee: Stanislav Aubrecht <saubrecht>
Status: VERIFIED FIXED    
Severity: normal CC: anebuzelsky, issues, mmirilovic
Priority: P2    
Version: 7.4   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 238426    
Attachments: Proposed fix

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!