-
Bug
-
Resolution: Fixed
-
P2
-
6
-
b50
-
x86
-
windows_2000, windows_xp
-
Verified
Changing description - original description below
Hitting the TAB key is now always processed to move focus. TAB bindings in components are ignored. For example, TAB can no longer be used to insert a character in text components. TAB can no longer be used to navigate within JTable.
-------------------------------------------------------
JDK : Fails On: Mustang b46
Passes On: Mustang b45
Platform[s] : Fails On: win2000 Pro
Failing Test [s] : CTE_REGTEST/Generic/4890345/Test4890345.java
Test source location:
=====================
/net/jdk/export/jpse04/Regression/1.6.0/test/CTE_REGTEST/Generic/4890345/Test4890345.java
jtr file location:
==================
/net/cady/export6/results/mustang/b46/reg/regression-cte-reg-mustang-win2000-2005-08-08-17-58-05-0887/workDir/CTE_REGTEST/Generic/4890345/Test4890345.jtr
How to reproduce:
====================
- Set JAVA_HOME to Mustang b46 windows-i586
- cd /net/jdk/export/jpse04/Regression/1.6.0/test/CTE_REGTEST/Generic/4890345
- /net/koori.sfbay/onestop/jct-tools/2.1.6/archive/fcs/binaries/win32/bin/jtreg -r:/tmp -w:/tmp Test4890345.java
Test output:
=============
java.lang.RuntimeException: Popup was not shown after VK_DOWN press. Test failed.
at Test4890345.main(Test4890345.java:86)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at com.sun.javatest.regtest.MainWrapper$MainThread.run(MainWrapper.java:82)
at java.lang.Thread.run(Thread.java:608)
Hitting the TAB key is now always processed to move focus. TAB bindings in components are ignored. For example, TAB can no longer be used to insert a character in text components. TAB can no longer be used to navigate within JTable.
-------------------------------------------------------
JDK : Fails On: Mustang b46
Passes On: Mustang b45
Platform[s] : Fails On: win2000 Pro
Failing Test [s] : CTE_REGTEST/Generic/4890345/Test4890345.java
Test source location:
=====================
/net/jdk/export/jpse04/Regression/1.6.0/test/CTE_REGTEST/Generic/4890345/Test4890345.java
jtr file location:
==================
/net/cady/export6/results/mustang/b46/reg/regression-cte-reg-mustang-win2000-2005-08-08-17-58-05-0887/workDir/CTE_REGTEST/Generic/4890345/Test4890345.jtr
How to reproduce:
====================
- Set JAVA_HOME to Mustang b46 windows-i586
- cd /net/jdk/export/jpse04/Regression/1.6.0/test/CTE_REGTEST/Generic/4890345
- /net/koori.sfbay/onestop/jct-tools/2.1.6/archive/fcs/binaries/win32/bin/jtreg -r:/tmp -w:/tmp Test4890345.java
Test output:
=============
java.lang.RuntimeException: Popup was not shown after VK_DOWN press. Test failed.
at Test4890345.main(Test4890345.java:86)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at com.sun.javatest.regtest.MainWrapper$MainThread.run(MainWrapper.java:82)
at java.lang.Thread.run(Thread.java:608)
- relates to
-
JDK-4226243 Require ability to navigate within groups of buttons using arrow keys
-
- Open
-