Open vaadin-bot opened 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.
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
Originally by @zch
should requireWindowFocus
be on by default in the vaadin tests?
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 theXX,YY:shift
modifier is used inclick
.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.