Bug #9072
Treeview: Nodes:Item parameter is cast incorrectly to OCX numeric type instead of a string type.
Status:
New
Priority:
Normal
Assignee:
-
Target version:
-
Start date:
Due date:
% Done:
0%
billable:
No
vendor_id:
GCD
case_num:
version_reported:
15383
version_resolved:
reviewer:
production:
No
env_name:
topics:
History
#1 Updated by Tijs Wickardt almost 2 years ago
A customer encountered the following when using the treeview:
Nodes:Itemparameter is cast incorrectly to OCX numeric type instead of a string type.- The
com.goldencode.p2j.ui.TreeNodeCollection.getItem(NumberType)method should revieve acharacter(possibly in an overload), not aNumberType. - Currently there is no way to find a node by it's key (which is a string type).
Details and reproduction are at: #8994-11