Relates :
|
Tested on jdk 8 ubuntu 11.04 Testcase attached. How to reproduce: 1 javac DisabledComponent.java 2 java DisabledComponent Expected behavior: List should be disabled(it works on windows) Actual behavior: List is enabled and is receiving events. The problem exists in XComponentPeer.setEnable() it does not check container status.
|