Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: FEST-Swing 1.1
-
Fix Version/s: FEST-Swing 1.2a3
-
Component/s: Swing
-
Labels:None
-
Environment:Windows XP, Java 6, Eclipse, JUnit 4.4, fest-swing 1.1
-
Testcase included:yes
-
Number of attachments :
Description
Using the CONTROL modifier then clicking a table cell selects the range of rows not individual rows (same behaviour as manual use of the SHIFT modifier). Using the SHIFT modifier does nothing, only the row clicked on is selected.
A test case has been attached.
The work around is to ask the table fixture to select the rows rather than simulating user interaction via keyboard and mouse.
Thanks Steve!