Details
-
Type: Bug
-
Status: Closed
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 4.0
-
Fix Version/s: EE-4.0.0.GA, 4.1
-
Component/s: ACE-Components, QA
-
Labels:None
-
Environment:ICEfaces4 trunk rev. 43051/ 43075
Browsers: IE10/IE11
Server: Tomcat 7.0.42
-
Assignee Priority:P2
Description
In ace:dataTable test application > Multi Row Selection Test: when selecting multiple rows using the "shift" key, all rows are selected including the table headers, until user clicks outside the table (IE only).
QA test app for ace:dataTable:
http://dev.icesoft.com/svn/repo/qa/trunk/Regression-Icefaces4/Sparkle/Nightly/dataTable
Test file: /multiSelectionTest.jsf
QA test app for ace:dataTable:
http://dev.icesoft.com/svn/repo/qa/trunk/Regression-Icefaces4/Sparkle/Nightly/dataTable
Test file: /multiSelectionTest.jsf
Need to disable the underlying DOM event so the browser doesn't also select the text under the mouse when selecting the rows via Shift-click.