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
Activity
Carmen Cristurean
created issue -
Ken Fyten
made changes -
Field | Original Value | New Value |
---|---|---|
Workaround Description | 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. | |
Assignee | Arturo Zambrano [ artzambrano ] | |
Fix Version/s | EE-4.0.0.GA [ 11171 ] | |
Priority | Major [ 3 ] | Minor [ 4 ] |
Assignee Priority | P3 [ 10012 ] |
Ken Fyten
made changes -
Workaround Description | 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. |
Ken Fyten
made changes -
Assignee Priority | P3 [ 10012 ] | P2 [ 10011 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #43911 | Thu Jan 15 11:33:08 MST 2015 | art.zambrano | |
Files Changed | ||||
MODIFY
/icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/datatable/datatable.js
|
Arturo Zambrano
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Ken Fyten
made changes -
Summary | ace:dataTable - multiple row selection styling issue (IE10/11) | ace:dataTable - multiple row selection styling issue |
Ken Fyten
made changes -
Security | Private [ 10001 ] |
Liana Munroe
made changes -
Attachment | multiRowChrome.png [ 17894 ] | |
Attachment | multiRowFF.png [ 17895 ] | |
Attachment | multiRowIE.png [ 17896 ] |
Liana Munroe
made changes -
Resolution | Fixed [ 1 ] | |
Status | Resolved [ 5 ] | Reopened [ 4 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #43942 | Thu Jan 22 11:18:14 MST 2015 | art.zambrano | |
Files Changed | ||||
MODIFY
/icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/datatable/datatable.js
|
Arturo Zambrano
made changes -
Status | Reopened [ 4 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Liana Munroe
made changes -
Resolution | Fixed [ 1 ] | |
Status | Resolved [ 5 ] | Reopened [ 4 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #43950 | Thu Jan 22 15:21:11 MST 2015 | art.zambrano | |
Files Changed | ||||
MODIFY
/icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/datatable/datatable.js
|
Arturo Zambrano
made changes -
Status | Reopened [ 4 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Liana Munroe
made changes -
Resolution | Fixed [ 1 ] | |
Status | Resolved [ 5 ] | Reopened [ 4 ] |
Liana Munroe
made changes -
Attachment | multiIE8.PNG [ 17997 ] | |
Attachment | multiIE9.PNG [ 17998 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #43963 | Tue Jan 27 15:23:49 MST 2015 | art.zambrano | |
Files Changed | ||||
MODIFY
/icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/datatable/datatable.js
|
Arturo Zambrano
made changes -
Status | Reopened [ 4 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #43964 | Tue Jan 27 15:40:01 MST 2015 | art.zambrano | |
Files Changed | ||||
MODIFY
/icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/datatable/datatable.js
|
Ken Fyten
made changes -
Fix Version/s | 4.1 [ 11375 ] |
Ken Fyten
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
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.