Skip to content

TreeCommands.getFlexDataGridUIComponentLabel uses wrong array indexes #46

@GoogleCodeExporter

Description

@GoogleCodeExporter
What steps will reproduce the problem?
1. Try to get label of a UIComponent within a Datagrid
2.
3.

What is the expected output? What do you see instead?
ArrayIndexOutOfBound exception as 1,2,3 are used as arrayIndex instead of 0,1,2


What version of the product are you using? On what operating system?
sfapi-0.2.6 (Latest available in source). It's not dependent on any OS but I'm 
using win-xp SP2


Please provide any additional information below.
ArrayIndex should be fixed to use 0,1,2 instead of 1,2,3. 


Original issue reported on code.google.com by abhijith...@gmail.com on 12 Aug 2011 at 10:12

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions