Completed
Last Updated: 18 Dec 2013 15:24 by ADMIN
Image map editor doesn't load the selected image in IE11.
Completed
Last Updated: 12 Dec 2013 11:23 by ADMIN
If a table with a large content is inserted in the RadEditor:

1) The editor's scroll position jumps when the content is not focused and it is scrolled to the bottom in FireFox.

2)The editor's scroll position jumps  when the content is scrolled to the bottom and then a cell from the table is focused in Internet Explorer.
Completed
Last Updated: 06 Dec 2013 15:49 by ADMIN
The following attributes are not restored on page submit when RadEditor is in Preview mode:

    onclick="return false;"
    target="_blank"
Completed
Last Updated: 04 Dec 2013 08:52 by ADMIN
When the RadEditor is set to ContentAreaMode="Div" mode, opening the Find And Replace dialog and triggering the ReplaceAll functionality is throwing a javaSCript error.

A possible workaround is using the provided FindAndReplace.ascx user control in the attached sample project as external dialog. For more information about this approach you can follow this online demo:
http://demos.telerik.com/aspnet-ajax/editor/examples/externaldialogspath/defaultcs.aspx
Completed
Last Updated: 29 Nov 2013 15:16 by Antonio Bakula
ADMIN
Created by: Vessy
Comments: 2
Category: Editor
Type: Bug Report
0
I have problem with "Strip CSS formatting" command in Chrome, for example this html as editor content

<span class="redText">test test</span>

In Firefox when I select this two words and select "Strip CSS formatting" it works with no problems, but in Chrome text stays the same, I managed to reproduce this issue on your demo page http://demos.telerik.com/aspnet-ajax/editor/examples/overview/defaultcs.aspx
Declined
Last Updated: 25 Nov 2013 15:57 by ADMIN
Created by: Danny
Comments: 3
Category: Editor
Type: Feature Request
6
It would be great to have RadEditor offer CMS type functionality similar to the RadEditor within Sitefinity. The Sitefinity editor allows you to drag and drop different layouts to the editor and then alter each area independently. 
Completed
Last Updated: 22 Nov 2013 11:21 by ADMIN
Repro steps:

1) In Chrome, visit http://demos.telerik.com/aspnet-ajax/editor/examples/overview/defaultcs.aspx
2) Click on ImageManager, FlashManager, MediaManager

Note the small size of the spawned window.
Completed
Last Updated: 19 Nov 2013 11:23 by ADMIN
Currently when the accessible UI in RadEditor is enabled, borders appear around the icons of the tools and the icons themselves are displaced.
Completed
Last Updated: 08 Nov 2013 14:38 by ADMIN
RadEditor's height is increasing as the content increases in iPad. The height of the control should remain the same but scrollbars should be displayed in the content area.
Declined
Last Updated: 07 Nov 2013 16:36 by Bill
Created by: Bill
Comments: 2
Category: Editor
Type: Bug Report
0
With RadEditor for AJAX Version 2013 Q3 it is not possible to edit tables in Design view.  

Clicking within a table seems to cause the editor to lose keyboard focus, the cursor is not visible.

The problem is reproducible on the Telerik WYSIWIG Editor demo page.
Declined
Last Updated: 01 Nov 2013 13:06 by Julie
The desired behavior cannot be achieved out of the box with the content provider from this KB article, because the paths to the images are passed to a generic handler.
The main reason it can't be achieved at the moment is that the latest moment of the page life-cycle of the FileBrowser.ascx dialog, when the user can set the FileExplorer's InitialPath is before the Page_Load event, but the path to the preselected in the Editor item is passed in the Page_Load event and the initial path is reset internally.
Declined
Last Updated: 01 Nov 2013 13:06 by ADMIN
Whe you're trying to add an image with "#" or "&" symbols in it's title - image displays as corrupted in image editor.
Declined
Last Updated: 01 Nov 2013 13:06 by ADMIN
Created by: Shane Woodruff
Comments: 1
Category: Editor
Type: Bug Report
0
After upgrading to Q2 2003.2.611, I receive this error when an editor is being rendered, whether in a grid as a columntype, or standalone editor. If I remove the column, my popup comes up fine. I've even tried using the latest internal build to no avail.

Error: Unhandled exception at line 3407, column 1 in http://localhost:46674/Telerik.Web.UI.WebResource.axd?_TSM_HiddenField_=ctl00_rsmMaster_TSM&compress=1&_TSM_CombinedScripts_=;;Telerik.Web.UI,+Version=2013.2.709.45,+Culture=neutral,+PublicKeyToken=121fae78165ba3d4:en-US:69657036-201e-4b8d-ba50-faac1961b436:1569bb5f:63b115ed:874f8ea2:dc7e0bd:30f1f089:92fe8ea0:fa31b949:19620875:490a9d4e

0x800a01b6 - JavaScript runtime error: Object doesn't support property or method 'registerControlProperties'
Declined
Last Updated: 01 Nov 2013 13:06 by ADMIN
Radeditor when initially set as visible="false", the toolbar border images never renders when the control is later set to Visible="true".
Completed
Last Updated: 11 Oct 2013 11:08 by ADMIN
ADMIN
Created by: Nikolay Avramov
Comments: 2
Category: Editor
Type: Bug Report
0
Hi Team, 

Our colleague Stefan Stefanov reported an issue in the Admin Support RadEditor. Steps to reproduce and other details can be found in the original thread:
http://teampulse.telerik.com:9896/Project/257/Feedback/Details/230787-undesired-span-in-admin-editor 

Can you please look at it? 
Thanks in advance!

Nikolay Avramov
Completed
Last Updated: 07 Oct 2013 13:38 by ADMIN
Visit the page http://demos.telerik.com/aspnet-ajax/editor/examples/overview/defaultcs.aspx and create a hyperlink including the tool tip and the press ok.  You should end up with something similar to:

Copy Code <a href="http://www.microsoft.com" title="please click on me">Microsoft</a>

Now, edit the link and switch to the email tab and enter in an email address and click on ok.  You should end up with:

Copy Code
<a href="mailto:info@telerik.com" title="please click on me">Microsoft</a>

Note, the title attribute has been carried over from the information on the hyperlink tab.
There should be a tooltip field to the email tab.
Completed
Last Updated: 01 Oct 2013 14:42 by ADMIN
When the RadEditor is set to NewLineMode="Br" the BR tags are not correctly closed or not self closed. 

Another related unexpected behavior is occurred when switching between HTML and Design mode the mentioned BRs doubles themselves.

Possible workaround is using the following meta tag to force the IE10 compatibility mode:
<meta http-equiv="x-ua-compatible" content="IE=10" />
Completed
Last Updated: 30 Sep 2013 14:52 by ADMIN
When the height of the RadEditor is too small to accommodate the tools with the given width calling repaint() causes the appearance of the control to break due to incorrect calculations. This means that the control has an optimal (minimal) height.
The repaint() method is automatically called when the control is shown after being initially hidden on the page (e.g. after a partial postback)

Possible workarounds:
- increase the height of the control. For example, 640px width with 264px height and the default set of tools work well
- reduce the number of used tools. Effectively leaves more height for the control to use
- use ToolbarMode=ShowOnFocus to avoid having the tools in the main content initially, they will be shown in a popup when the content area is focused
Completed
Last Updated: 24 Sep 2013 08:26 by Steven
When trying to insert list in a table, the list is inserted outside the td tag.
Switching between Html and Design tag causes the list to be removed from the table.