Details
-
Type: Improvement
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 1.7.2
-
Component/s: ICE-Components
-
Labels:None
-
Environment:All
Description
The RowSelector component performs a server round trip before updating the row's styling. The speed it takes to highlight a row can depend on factors as network latency and these delays can be confusing to the user. Ideally, the RowSelector should first update the row's styling and then perform the partial submit.
Issue Links
- blocks
-
ICE-4301 rowSelector preStyleOnSelection
- Closed
Activity
Tyler Johnson
created issue -
Ken Fyten
made changes -
Field | Original Value | New Value |
---|---|---|
Assignee | Ken Fyten [ ken.fyten ] |
Tyler Johnson
made changes -
Salesforce Case | [50070000007CEJb] |
Ken Fyten
made changes -
Fix Version/s | 1.8DR#3 [ 10143 ] | |
Assignee Priority | P1 | |
Assignee | Ken Fyten [ ken.fyten ] | Yip Ng [ yip.ng ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #18157 | Thu Jan 08 09:49:11 MST 2009 | yip.ng | Changed to update selected row style before doing submit. |
Files Changed | ||||
MODIFY
/icefaces/trunk/icefaces/component/src/com/icesoft/faces/component/ext/renderkit/TableRenderer.java
|
yip.ng
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
yip.ng
made changes -
Resolution | Fixed [ 1 ] | |
Status | Resolved [ 5 ] | Reopened [ 4 ] |
Ken Fyten
made changes -
Status | Reopened [ 4 ] | Resolved [ 5 ] |
Assignee Priority | P1 | |
Resolution | Fixed [ 1 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #18288 | Wed Feb 04 10:14:53 MST 2009 | yip.ng | Changed to update selected row style before doing submit. |
Files Changed | ||||
MODIFY
/icefaces/trunk/icefaces/bridge/lib/extras/extras.js
MODIFY /icefaces/trunk/icefaces/component/src/com/icesoft/faces/component/ext/renderkit/TableRenderer.java |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #18695 | Mon Mar 30 17:51:13 MDT 2009 | yip.ng | Added prestyleOnSelection attribute to turn on or off row selection pre-styling on client side. |
Files Changed | ||||
MODIFY
/icefaces/trunk/icefaces/component/src/com/icesoft/faces/component/ext/RowSelector.java
MODIFY /icefaces/trunk/icefaces/bridge/lib/extras/extras.js MODIFY /icefaces/trunk/icefaces/component-metadata/src/main/resources/conf/ice_cust_properties/cust-rowselector-props.xml MODIFY /icefaces/trunk/icefaces/component/src/com/icesoft/faces/component/ext/renderkit/TableRenderer.java MODIFY /icefaces/trunk/icefaces/samples/component-showcase/common-web/WEB-INF/includes/examples/custom/dataTable-rowSelection.jspx |
Ken Fyten
made changes -
Fix Version/s | 1.8 [ 10161 ] |
Ken Fyten
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
Assignee | Yip Ng [ yip.ng ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #28561 | Tue Mar 27 17:24:04 MDT 2012 | greg.dick | |
Files Changed | ||||
MODIFY
/icefaces3/branches/icefaces-3.0.x-maintenance/icefaces/tutorials/booking-icefaces/pom.xml
|
True. This is old problem discussed earlier on forum and jira.
Small update of css attribute should be done before request is send. Tables will looks much better.