Completed
Last Updated: 02 Apr 2015 15:12 by Robert
Completed
Last Updated: 30 Mar 2015 14:36 by ADMIN
ADMIN
Created by: Ianko
Comments: 8
Category: UI for ASP.NET AJAX
Type: Bug Report
0
With the support of insert list command in Track Changes functionality, users can insert lists. Although with enabled tracking users are not able to delete the list items, but only the text inside.

Steps to reproduce:
http://demos.telerik.com/aspnet-ajax/editor/examples/trackchanges/defaultcs.aspx

1. Insert a list with enabled TrackChanges
2. Start deleting list items

Expected: The whole list item is removed
Actual: Only the text inside the list item is deleted
Completed
Last Updated: 25 Mar 2015 09:48 by ADMIN
The layout of these dialogs in SharePoint's Editor is broken to the point where the user would be unable to use them. 
Completed
Last Updated: 23 Mar 2015 09:47 by ADMIN
Completed
Last Updated: 23 Mar 2015 08:06 by Elena
Completed
Last Updated: 23 Mar 2015 07:56 by ADMIN
ADMIN
Created by: Rumen
Comments: 0
Category: UI for ASP.NET AJAX
Type: Bug Report
1
If an image occurs after some text and it is floated, then in Chrome the image properties dialog will have empty field values and no updates can be made to the image.

Use the HTML below on the demo page and the issue can be seen.

http://demos.telerik.com/aspnet-ajax/editor/examples/overview/defaultcs.aspx

Sample content
This is some text<img alt="" style="float: right;" src="/aspnet-ajax/Editor/Img/UserDir/Marketing/telerik_125x125_asp.gif" />
Completed
Last Updated: 19 Mar 2015 13:46 by ADMIN
Putting an SVG element in the editor content will throw an exception under IE.

Workaround (Make sure to add the script element with the fix right after the RadEditor declaration):

<telerik:RadEditor runat="server" ID="RadEditor1">
    <Content>
        <svg height="100" width="100">
          <circle cx="50" cy="50" r="40" stroke="black" stroke-width="3" fill="red" />
        </svg>
    </Content>
</telerik:RadEditor>

<script type="text/javascript">
    var oldMarkListItems = Telerik.Web.UI.Editor.WordListConverter.prototype.markListItems;

    Telerik.Web.UI.Editor.WordListConverter.prototype.markListItems = function(htmlText)
    {
        if (!htmlText)
            return htmlText;

        return oldMarkListItems.call(this, htmlText);
    };
 </script>

Completed
Last Updated: 19 Mar 2015 12:56 by ADMIN
Declined
Last Updated: 19 Mar 2015 09:02 by ADMIN
ADMIN
Created by: Rumen
Comments: 2
Category: UI for ASP.NET AJAX
Type: Bug Report
2

			
Completed
Last Updated: 17 Mar 2015 16:26 by ADMIN
ADMIN
Created by: Rumen
Comments: 0
Category: UI for ASP.NET AJAX
Type: Bug Report
0

			
Completed
Last Updated: 17 Mar 2015 16:25 by ADMIN
Completed
Last Updated: 17 Mar 2015 16:23 by ADMIN
ADMIN
Created by: Rumen
Comments: 0
Category: UI for ASP.NET AJAX
Type: Bug Report
0

			
Completed
Last Updated: 17 Mar 2015 16:22 by ADMIN
ADMIN
Created by: Rumen
Comments: 0
Category: UI for ASP.NET AJAX
Type: Bug Report
0

			
Completed
Last Updated: 17 Mar 2015 16:20 by ADMIN
Completed
Last Updated: 17 Mar 2015 16:20 by ADMIN
ADMIN
Created by: Rumen
Comments: 0
Category: UI for ASP.NET AJAX
Type: Bug Report
0

			
Completed
Last Updated: 17 Mar 2015 16:19 by ADMIN
ADMIN
Created by: Rumen
Comments: 0
Category: UI for ASP.NET AJAX
Type: Bug Report
1

			
Completed
Last Updated: 17 Mar 2015 16:17 by ADMIN
ADMIN
Created by: Rumen
Comments: 0
Category: UI for ASP.NET AJAX
Type: Bug Report
0