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
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
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
|
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 |
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 | #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
|