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 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 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
Radeditor when initially set as visible="false", the toolbar border images never renders when the control is later set to Visible="true".
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'
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.
Completed
Last Updated: 16 Sep 2013 11:14 by John
Created by: John
Comments: 0
Category: Editor
Type: Bug Report
1
Issue:
Error on RadEditor focus withing RadMultiPage

To Reproduce:
1)Use updatepanel or radajaxpanel
2)Use RadTabstrip and RadMultiPage with several RadPageViews
3)Add RadEditors to all RadPageViews
4)After first page load, using the ui, click to focus in one RadEditor to see toolbar.
5)Switch Tabs 
6)Using the ui click to focus in a different RadEditor, and receive the error.

Error:
TypeError: this.view is null
}else{this.view.hide();
Teleri...8a7831e (line 19237)

Version:
Bug in product version: 2013.2.611.45
It worked in the version we were using prior: 2012.2.912.40
Completed
Last Updated: 11 Sep 2013 14:56 by Philip
Created by: Philip
Comments: 0
Category: Editor
Type: Bug Report
0
Encountering an issue within RadEditor while using Ordered Lists.  Some of the list items are re-numbered incorrectly and there are general issues while performing the Outdent command.

Steps to Reproduce:
1. Copy all text from the source document (attached)
2. Paste into the RadEditor's HTML mode
3. Switch back to Design mode.
4. Bring the cursor to just before the S in the text "START HERE" in the third nested ordered list.
5. Hit the Outdent button, fine so far.
6. Take note of the item "THIS ITEM MOVES LISTS"
7. Hit the Outdent button again. The item "THIS ITEM MOVES LISTS" is no longer a child node of "Back-dent!"

Completed
Last Updated: 04 Sep 2013 15:37 by ADMIN
When there are empty lines at the top of the content and text is pasted at the first line, it appears after the empty rows not where the cursor position is.

Steps to reproduce:
1. Go to http://demos.telerik.com/aspnet-ajax/controls/examples/integration/ribbonbarandeditor/defaultcs.aspx?product=editor
2. Put focus in the editor before any of the existing content.
3. Press enter several times to insert blank lines at the top of the content.
4. Paste some text at the first line.

Expected: The pasted text is inserted at the first line of the content area.
Actual: The pasted text is placed after the empty lines.
Completed
Last Updated: 04 Sep 2013 15:30 by ADMIN
Inserting a new link or inserting a link over selection from Hyperlink Manager is not possible in Internet Explorer 7
Completed
Last Updated: 04 Sep 2013 15:24 by ADMIN
When the cursor is at the beginning of H2 element and enter key is pressed, the RadEditor adds additional H2 element in NewLineMode='Br'.
Completed
Last Updated: 04 Sep 2013 15:14 by ADMIN
The issue is related to the insert select functionality and is reproduced with .NET35. The workaround is to disable the selection by putting the following script below the RadEditor:

        <script type="text/javascript">
            Telerik.Web.UI.RadEditor.prototype._addHandlersForSelectTags = function ()
            { }
        </script>