-
Bug
-
Resolution: Fixed
-
P3
-
5.0
-
beta
-
x86
-
windows_2000
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2116845 | 5.0u3 | Alexander Zuev | P3 | Closed | Won't Fix |
The following two properties should fire propertyChange event, as they are bound, for all the JComponents:
1)popupMenu
2)inheritsPopupMenu.
Steps to reproduce:
---------------------
1) Compile and Run the attached code. (This code is written only for JTextArea).
2) Click the Button.
3) On the console you will only see the property change event fired by backGround and foreGround properties.
This was tested against Tiger b29
1)popupMenu
2)inheritsPopupMenu.
Steps to reproduce:
---------------------
1) Compile and Run the attached code. (This code is written only for JTextArea).
2) Click the Button.
3) On the console you will only see the property change event fired by backGround and foreGround properties.
This was tested against Tiger b29
- backported by
-
JDK-2116845 Propertychange Listener not fired by inheritPopupMenu and Popupmenu properties
- Closed