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
-
Number of attachments :
Description
Reported by woody.folsom
What steps will reproduce the problem?
- Create a JPanel which contains a JTextField.
- Observe that double-click causes selectAll when exercised manually.
- Create a FEST test case and invoke:
FrameFixture frameFixture = new FrameFixture(frame); JPanelFixture pf = new JPanelFixture(frameFixture.robot, panel); pf.textBox(textField).doubleClick();
compare this to
pf.textBox(textField).selectAll() or manually double-clicking
What is the expected output? What do you see instead?
Expected: text in JTextField should be highlighted as with selectAll()
Actual: Nothing visible occurs, effect is similar to slowly clicking twice.
What version of the product are you using? On what operating system?
FEST 1.2a2
Please provide any additional information below.
n/a
Original bug report at Google Code