vaadin / testbench

Vaadin TestBench is a tool for automated user interface testing of Vaadin applications.
https://vaadin.com/testbench
Other
20 stars 22 forks source link

Tree shift-select doesn't work with TestBench in IE or Chrome 19 #423

Open vaadin-bot opened 12 years ago

vaadin-bot commented 12 years ago

Originally by @jdahlstrom


A TestBench script simulating shift-click to select multiple nodes in a Tree fails in all IE versions (6,7,8,9) and behaves as if a normal click happened (only selecting the node that was last clicked.) This occurs when shiftKeyDown/shiftKeyUp commands are used as well as when the XX,YY:shift modifier is used in click.

Other browsers work fine, IE works fine when doing manual shift-clicks, and equivalent Table shift-click works fine with TestBench in all browsers.

See the #8604 test case demonstrating the problem.

vaadin-bot commented 12 years ago

Originally by @Artur-


This fails in the same way in Chrome 19. Shift click in Table works. Shift click in Tree works with Chrome 18.

vaadin-bot commented 10 years ago

Originally by @Artur-


Works with Chrome 33 out of the box. Works with IE8-IE10, maybe IE11 if you use capabilities.setCapability("requireWindowFocus", "true");

Using TB 3.1.3

vaadin-bot commented 10 years ago

Originally by @zch


should requireWindowFocus be on by default in the vaadin tests?