Issue Details (XML | Word | Printable)

Key: UBA-7424
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Marcel Rüedi
Reporter: Daniel Grob
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
ULCBase

ULCTableOperator.findCell() should not assume that view column index == model column index

Created: 20/Mar/08 09:08 AM   Updated: 04/Feb/09 05:05 PM
Component/s: testframework
Affects Version/s: None
Fix Version/s: UltraLightClient '08 Update 2


 Description  « Hide
If the table does not display all model columns or has changed the model column order then the cell based find methods either throw an exception or return the wrong values.

As a workaround you should use the findCell() methods where you can specify the model columns to search for.



 All   Comments   Change History      Sort Order: Ascending order - Click to sort in descending order
Marcel Rüedi added a comment - 28/Jan/09 03:49 PM
the ULCTableOperator findCell methods are working with view indices.