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.
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.
core-main df6f9052c563
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?
(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.
Stanislav, Could you, please, integrate integrate into release74 today?
transplated to release74 branch as 318a247ac127
Thank you, Snanislav!