Details
-
Type: Improvement
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: EE-3.3.0.GA_P02, 4.0
-
Fix Version/s: EE-4.0.0.GA, EE-3.3.0.GA_P03, 4.1
-
Component/s: ACE-Components
-
Labels:None
-
Environment:All
-
Assignee Priority:P2
-
Support Case References:Support Case #13246 - https://icesoft.my.salesforce.com/5007000000zNAAy
Description
The sort arrow buttons are not able to be selected via the keyboard. It is possible to tab into the icons, but using the enter or space key has no affect on the buttons.
This seems to be resolved with the EE 3.3.0 P02 release but not with the 4.0.0 release. This can be reproduced with the Showcase - DataTable Overview Demo.
This seems to be resolved with the EE 3.3.0 P02 release but not with the 4.0.0 release. This can be reproduced with the Showcase - DataTable Overview Demo.
Activity
Arran Mccullough
created issue -
Ken Fyten
made changes -
Field | Original Value | New Value |
---|---|---|
Summary | ace:column - Can use keyboard to activate sort buttons | ace:column - Use keyboard to activate sort buttons |
Ken Fyten
made changes -
Assignee | Mircea Toma [ mircea.toma ] | |
Fix Version/s | EE-4.0.0.GA [ 11171 ] | |
Assignee Priority | P2 [ 10011 ] |
Ken Fyten
made changes -
Affects Version/s | EE-3.3.0.GA_P02 [ 11371 ] |
Ken Fyten
made changes -
Fix Version/s | EE-3.3.0.GA_P03 [ 11572 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #43913 | Thu Jan 15 14:26:58 MST 2015 | mircea.toma | |
Files Changed | ||||
MODIFY
/icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/datatable/datatable.js
MODIFY /icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/component/datatable/DataTableHeadRenderer.java |
Mircea Toma
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #43916 | Thu Jan 15 14:51:03 MST 2015 | mircea.toma | |
Files Changed | ||||
MODIFY
/icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/datatable/datatable.js
|
Ken Fyten
made changes -
Issue Type | Bug [ 1 ] | Improvement [ 4 ] |
Ken Fyten
made changes -
Fix Version/s | 4.1 [ 11375 ] |
Ken Fyten
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
Note that even in P02 once you activate the sort button via the keyboard, the focus is then lost off of the sort button.
Ideally, you should be able to tab over to the sort button that you'd like to activate, use the Enter (or space on Mac) key to activate the sort button, have the sort applied to the ace:dataTable, and have the keyboard focus remain on the sort button that was activated.