Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Critical
-
Resolution: Cannot Reproduce
-
Affects Version/s: FEST-Swing 1.1
-
Fix Version/s: FEST-Swing 1.2a2
-
Component/s: Swing
-
Labels:None
-
Environment:Windows XP Professional Version 2002 Service Pack 2; Robot.java (version 1.5 : 49.0, no super bit); org.fest.swing.core.Robot
-
Number of attachments :
Description
when trying to execute a key combination that includes a modifier, either shift or ctrl, pressandsendkey does not execute the command properly. the key itself gets executed but the modifier does not get applied.
example psuedocode:
Robot.pressAndReleaseKey(keycode for "g", modifier value for "CTRL")
expected output is goto screen pop up
result output is letter g gets typed in cell.
I couldn't reproduce this bug. Erik, please take a look at the test case for this bug.