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.
jdk 1.4.2, nb40dev 20031015100 value is displayed only after you click into cell. look at type of field or return type of method. Everything works fine but the value is visible until you click on it or try to change ti -> then its changed in code properly and is invisible again org.openide.explorer.propertysheet.editors.TypeEditor
reassigning to java
There were some recent changes in the inplace editors which may have caused this; I have more changes on the property panel rewrite branch, so I can make sure this is working there and this will be fixed when I integrate it. I don't know this editor - I'm guessing it's one of the ones that really belongs to the Java module but is still packaged as if it were in openide. Could you save me some time & tell me where to find one? Is it supposed to be a combo box? If so I think I know the problem - the combo box is not laid out again after the editor is added. If so, it should already be fixed on the branch.
yes, I can save your time, Tim ;) You're right - it's combo. Where to find select any field or method node in Explorer or move cursor on line with field or method declaration in Editor - and look at property sheet. If it's fixed already on branch then mark fixed after merge.
Fixed on the property panel rewrite branch
Property panel rewrite branch merged.
verified - 200312141900