Details
-
Type:
Improvement
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 3.0
-
Fix Version/s: 3.1.0.BETA1, 3.1
-
Component/s: ACE-Components
-
Labels:None
-
Environment:ICEfaces 3, ace:dataTable
Description
Currently, the ace:dataTable row selector doesn't provide hover styling when the cursor is hovered over a previously selected row/cell. This improvement would add styling so that the hovered and selected row would be visually distinguishable from both none-hovered selected rows and hovered none-selected rows.
This may require adding a custom CSS class not provided by theme roller.
This may require adding a custom CSS class not provided by theme roller.
Activity
| Field | Original Value | New Value |
|---|---|---|
| Salesforce Case | [] | |
| Fix Version/s | 3.1 [ 10312 ] | |
| Assignee | Nils Lundquist [ nils.lundquist ] |
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #27413 | Thu Jan 26 12:52:53 MST 2012 | nils.lundquist | Reverted: |
| Files Changed | ||||
DEL
/icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/themes/sam/images/ui-bg_highlight_426FD9.png
MODIFY
/icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/themes/sam/theme.css
MODIFY
/icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/datatable/DataTableRenderer.java
MODIFY
/icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/datatable/datatable.css
MODIFY
/icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/datatable/datatable.js
|
| Status | Open [ 1 ] | Resolved [ 5 ] |
| Resolution | Fixed [ 1 ] |
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #27429 | Thu Jan 26 17:49:01 MST 2012 | ken.fyten | Reverted: |
| Files Changed | ||||
MODIFY
/icefaces3/tags/icefaces-3.0.0/icefaces/ace/component/resources/icefaces.ace/datatable/datatable.js
DEL
/icefaces3/tags/icefaces-3.0.0/icefaces/ace/component/resources/icefaces.ace/themes/sam/images/ui-bg_highlight_426FD9.png
MODIFY
/icefaces3/tags/icefaces-3.0.0/icefaces/ace/component/resources/icefaces.ace/themes/sam/theme.css
|
| Fix Version/s | 3.1.0.BETA1 [ 10335 ] |
| Status | Resolved [ 5 ] | Closed [ 6 ] |

Revision #27413
Committed by nils.lundquist
\
ICE-7700- Added style for selected row hover, distinct form unselected row hover. Now using ui-state-active to indicate selection. Removed jitter from mousing slowly over the cells in a single row, the 'mouseout' event was triggered as the 1px border is considered part of the table dom element. Changed to no longer use mouse out to remove styling.Reverted:
ICE-7695modified highlight background color for selected rows in sam