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
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.