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 13688

Summary: User annotation is not notifyed
Product: platform Reporter: Josef Kozak <jkozak>
Component: -- Other --Assignee: David Strupl <dstrupl>
Status: CLOSED FIXED    
Severity: blocker    
Priority: P4    
Version: 3.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 13317    

Description Josef Kozak 2001-07-18 13:03:57 UTC
User annotation that comes directly from setValue (not from setAsText) is not 
notifyed. It is notifyed as lately as by NbErrorManager. It should be notifyed 
earlier, maybe in PropertyPanel$SimpleModel.setValue or 
PropertyDialogManager.doButtonPressed.

Here is a relevant part of stack-trace:

Wed Jul 18 13:44:28 CEST 2001: java.lang.IllegalArgumentException: illegal 
scrollbar orientation
java.lang.IllegalArgumentException: illegal scrollbar orientation
        at java.awt.Scrollbar.setOrientation(Scrollbar.java:419)
        at java.lang.reflect.Method.invoke(Native Method)
        at org.netbeans.modules.form.RADProperty.setTargetValue
(RADProperty.java:98)
        at org.netbeans.modules.form.FormProperty.setValue
(FormProperty.java:196)
        at org.netbeans.modules.form.RADProperty.setValue(RADProperty.java:108)
        at org.openide.explorer.propertysheet.PropertyPanel$SimpleModel.setValue
(PropertyPanel.java:1140)
        at 
org.openide.explorer.propertysheet.PropertyDialogManager.doButtonPressed
(PropertyDialogManager.java:296)
        at org.openide.explorer.propertysheet.PropertyDialogManager.access$000
(PropertyDialogManager.java:35)
        at 
org.openide.explorer.propertysheet.PropertyDialogManager$1.actionPerformed
(PropertyDialogManager.java:185)
        at org.netbeans.core.NbPresenter$ButtonListener.actionPerformed
...
...
...
Comment 1 Josef Kozak 2001-07-18 13:08:25 UTC
::: reassigned
Comment 2 David Strupl 2001-07-23 12:45:55 UTC
Should be fixed after PropertyPanel 1.35 and PropertyDialogManager
1.38.
Comment 3 Jan Zajicek 2001-07-24 10:24:18 UTC
verified
Comment 4 Quality Engineering 2003-07-01 16:19:28 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.