I am working on an application based on ASP.NET, running in IE11 and Chrome.
One part of the application makes use of (Telerik) RadEditor to create a layout of several items.
I can select (selection border shows up on all selected elements) multiple elements in the page (in the (Telerik) RadEditor content space) by holding control+clicking in IE11, but I cannot do the same in Chrome. In Chrome it just selects the last thing clicked.
Is there a way to multi-select like this in Chrome, or a reason it works in IE11 but not in Chrome?