This question is locked. New answers and comments are not allowed.
Telerik ASP.NET MVC build 2011.1.315. Repros on IE8 and IE9, but not on Firefox and Opera.
I use Telerik.Web.Mvc.Examples project. Also reproducible on http://demos.telerik.com/aspnet-mvc/editor
- Type 'a', <Enter>, and 'b'
- Move cursor to the right of 'a' and press <Delete>
- Move cursor to the end of 'ab' and press <Enter>
- Line: 80, Error: Invalid argument in telerik.editor.js, line bolded below.
function splitDataNode(node, offset) { var newNode = node.cloneNode(false); node.deleteData(offset, node.length); newNode.deleteData(0, offset); dom.insertAfter(newNode, node); }6 Answers, 1 is accepted
0
Hello Aji,
Thank you for reporting this problem. We are currently fixing it and will follow back with a solution at the beginning of next week.
Best wishes,
Alex Gyoshev
the Telerik team
Thank you for reporting this problem. We are currently fixing it and will follow back with a solution at the beginning of next week.
Best wishes,
Alex Gyoshev
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
0
Hi Aji,
The attached build fixes this issue. The fix will be included in the service pack that is scheduled for this week.
All the best,
Alex Gyoshev
the Telerik team
The attached build fixes this issue. The fix will be included in the service pack that is scheduled for this week.
All the best,
Alex Gyoshev
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
0
AJI
Top achievements
Rank 1
answered on 13 Apr 2011, 03:18 AM
Thank you for the quick turnaround on this issue. This indeed fixed the "Invalid argument" problem, as well as the automatic hyperlinking problem. However, we found a functionality that's now broken in this build. Please try the following:
1. Type 'a', then <Enter>
Instead of creating a new line after 'a', it does one before it. Repeating the above step in subsequent lines produces the same behavior.
2. Type 'http://www.telerik.com/', then <Enter>
It creates a line break between 'http' and '://www.telerik.com/'.
1. Type 'a', then <Enter>
Instead of creating a new line after 'a', it does one before it. Repeating the above step in subsequent lines produces the same behavior.
2. Type 'http://www.telerik.com/', then <Enter>
It creates a line break between 'http' and '://www.telerik.com/'.
0
Hello Aji,
This turned out to be a regression due to another bugfix. We fixed it and the fix will be available with the upcoming service pack, due to be released this week.
Kind regards,
Alex Gyoshev
the Telerik team
This turned out to be a regression due to another bugfix. We fixed it and the fix will be available with the upcoming service pack, due to be released this week.
Kind regards,
Alex Gyoshev
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
0
AJI
Top achievements
Rank 1
answered on 15 Apr 2011, 03:00 AM
Hi Alex,
I see build 2011.1.414 available. Is this the service pack build?
I see build 2011.1.414 available. Is this the service pack build?
0
Accepted
Hello Aji,
Yes, it is.
Kind regards,
Alex Gyoshev
the Telerik team
Yes, it is.
Kind regards,
Alex Gyoshev
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