-
Enhancement
-
Resolution: Won't Fix
-
P4
-
6
-
generic
-
generic
after fix for 6378278 (Apparent missing key events causing Bugster to break)
it is possible to call InputVerifier even when we are going to transfer focus to a
component which is not an instance of JComponent.
Unfortunatelly, there is some documentation which explicitly states that IV is called
when we are going to transfer focus to Swing components. So, to fix this we need
to update both spec and the code.
it is possible to call InputVerifier even when we are going to transfer focus to a
component which is not an instance of JComponent.
Unfortunatelly, there is some documentation which explicitly states that IV is called
when we are going to transfer focus to Swing components. So, to fix this we need
to update both spec and the code.