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 - User annotation is not notifyed
Summary: User annotation is not notifyed
Status: CLOSED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: All All
: P4 blocker (vote)
Assignee: David Strupl
URL:
Keywords:
Depends on:
Blocks: 13317
  Show dependency tree
 
Reported: 2001-07-18 13:03 UTC by Josef Kozak
Modified: 2008-12-22 20:49 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.