Community
Participate
Working Groups
When adding an item to a table, all selections after this item will not shift, i.e. stay on the same row, thereby changing the selected item. For example: First we have 5 items, the 4th "D" is selected: A, B, C, [D], E Then we add another item "X" as the second item without changing anything else. The result is: A, X, B, [C], D, E But should be: A, X, B, C, [D], E
Note: The Tree/Table merge (Bug 332524) will solve this issue automatically, but it will not be part of the 1.4 release.
Created attachment 195971 [details] Proposed patch The selection indices were not adjusted on the client in case of adding a new item. JS tests added. I think this fix should go in RC2 as with 1.5 we will have a new tree/table client side implementation.
Comment on attachment 195971 [details] Proposed patch Good, fix is solid.
Applied patch to CVS HEAD and v14_Maintenance.