This is a migrated thread and some comments may be shown as answers.

Error when double-clicking a newly added node to the TreeView

1 Answer 40 Views
TreeView
This is a migrated thread and some comments may be shown as answers.
Tim
Top achievements
Rank 1
Tim asked on 11 Aug 2010, 04:41 PM
Hello,

I'm using two tree views on a page and the goal is for the end user to drag a node from the right tree to the left tree.  I am working on a bug that seems to be an issue with the TreeView, but I'm not sure.  The issue occurs when a node is dragged from the right tree to the left tree and then the newly added node is double-clicked.  At that point in time, I get the following error:

htmlfile: Unspecified error.

And the visual studio debugger indicates that it is coming from the following segment of code on the line that says _7f.select():
if(_7b.createTextRange){
var _7f=_7b.createTextRange();
_7f.moveStart("character",_7d);
_7f.moveEnd("character",_7e);
_7f.select();
}else{
_7b.setSelectionRange(_7d,_7e);
}

I am working with the 2008.2.723.20 version of the Telerik dll which is the licensed version that we have.  I downloaded the latest demo version to see if that changed anything and it did not.

Thank you for your time/help,
Tim

1 Answer, 1 is accepted

Sort by
0
Nikolay Tsenkov
Telerik team
answered on 12 Aug 2010, 01:40 PM
Hi Tim,

Could you please, open a support ticket and send me a simple project reproducing this problem?
Thanks!

Hope that soon we will solve your problem!


Regards,
Nikolay Tsenkov
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
TreeView
Asked by
Tim
Top achievements
Rank 1
Answers by
Nikolay Tsenkov
Telerik team
Share this question
or