jagdeepjain / sfapi

Automatically exported from code.google.com/p/sfapi
0 stars 0 forks source link

TreeCommands.getFlexDataGridUIComponentLabel uses wrong array indexes #46

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
Sorry for wrong reference in subject line, it's 
TextCommands.getFlexDataGridUIComponentLabel. 

Original comment by abhijith...@gmail.com on 12 Aug 2011 at 10:20