Declined
Last Updated: 26 Apr 2022 13:00 by ADMIN
Such tools exist in Word 2013 - 'Show Markup' and 'Display for Review' tools.

They are used by the users to be able to see the originally typed text, the final results (as if the track changes were accepted) and some further options for the visual appearance of the tracked text.

Such option would be very useful in the RadEditor, because in a large text where multiple users would add their suggestion, redaction and comments, the text would go quite unordered and difficult to be handled with. 
Declined
Last Updated: 19 Apr 2022 17:30 by ADMIN
Declined
Last Updated: 04 Apr 2022 14:53 by ADMIN

Hi Team,

Does Track Changes work if Multiple Users work Simultaneously on Editor and

Is it possible to view all Users Name and Date Time in different pane, after enabling Track Changes.


Declined
Last Updated: 02 Mar 2022 13:24 by ADMIN
ADMIN
Created by: Stanimir
Comments: 1
Category: Editor
Type: Feature Request
0

			
Declined
Last Updated: 01 Mar 2022 16:07 by ADMIN
When hyperlinks are inserted into the content of RadEditor in preview mode there are additional attributes , which are retrieved by the get_html() method. 

If the MaxHtmlLength is set and the content is close to the limit on switching to preview mode breaks the normal behavior of the editor. The validator alerts that the length is exceeded, because of the additional attributes and the client is not able to open any other mode.
Declined
Last Updated: 01 Mar 2022 16:06 by ADMIN
ADMIN
Created by: Misho
Comments: 0
Category: Editor
Type: Feature Request
0
RadEditor uses a RadWindow for its dialogs so when the global rendering of RadCocntrols on the page is set to Lightweight the dialogs need to be consistent.
There could be implemented a property to control the RenderMode of the dialogs themselves.
Declined
Last Updated: 01 Mar 2022 16:00 by ADMIN
ADMIN
Created by: Ianko
Comments: 1
Category: Editor
Type: Feature Request
0
Ability for the RadEditor's validator dialog to validate HTML 5 markup inside it's content
Declined
Last Updated: 10 Jun 2021 19:13 by ADMIN
It will be possible to use Lightweight render mode with AccessibleRadEditor.
Declined
Last Updated: 09 Jun 2021 15:36 by ADMIN
The Text property of the editor converts the html into plain text. Very handy. It would be really helpful if this could be exposed as a static method on the editor for use elsewhere, without having to create an editor object.

 I know that I could just grab the source code and create my own, but then I don't get the benefit of improvements and bug fixes you may add in the future.
Declined
Last Updated: 30 Apr 2020 09:30 by ADMIN
Created by: Haydn
Comments: 1
Category: Editor
Type: Feature Request
0
I know that there are articles that describe how to detect that the user has interacted with the RadEditor, but checking whether the content has changed is quite another task.
I understand that the underlying storage method makes it almost impossible to compare, but that's why we need the control to do this internally.
Even if we fall short of comparing the content, at least build-in the workarounds into the control to invoke a single "Changing" event.
Declined
Last Updated: 08 Apr 2020 17:23 by ADMIN
Created by: mkerchenski
Comments: 1
Category: Editor
Type: Feature Request
0
Right now if copy multiple table rows and paste them into an existing table they create a new table in that table.  We would like the ability to copy rows from a table and paste them into the same table or a new table with the same number of columns and have the new rows pasted without the creation of a nested table.
Declined
Last Updated: 31 Mar 2020 15:48 by ADMIN
Editing the RadEditor's Tools file is rather cumbersome and error prone.

Thus, please provide an XML-Schema file that can be downloaded from the Telerik website and added to the corresponding Tools XML file header, so Visual Studio and other integrated IDEs can provide IntelliSense and error checking.
Declined
Last Updated: 31 Dec 2019 13:31 by ADMIN
Hi Team,
Is there any way to set the MaxTemplateSize,MaxFlashSize,MaxMediaSize,MaxDocumentSize,MaxTemplateSizes from the web.config itself without any code change. currently my system taking the default value "200KB". please let me know is there any way, in asp.net Ajax RadEditor in Asp.net C#. We are using telerik dll version 2017.1.228.45.
Declined
Last Updated: 28 Mar 2019 10:31 by ADMIN
Created by: Patrick
Comments: 2
Category: Editor
Type: Feature Request
0
While the RadEditor is able to now be used on Mobile devices more easily, the crux of the WYSIWYG for us is that when creating either HTML for web or emails, the HTML that is generated from the RadEditor doesn't always generate the code that follows or renders correctly on mobile devices.  Ideally, the respective HTML that is generated is correctly output in Mobile Responsive format for all mobile devices.
Declined
Last Updated: 13 Jan 2017 01:37 by Victor
Created by: abbottdev
Comments: 2
Category: Editor
Type: Feature Request
0
When dragging items from an outside source into a RadEditor, be it text, image, video, etc. The API used to perform drag & drop is lacking. For example, an overlay needs to be shown over the top of the iframe element for the editor, whereas I would like to perform the drop at a specified area where I drop - not where the cursor is located.

Declined
Last Updated: 09 Jun 2016 14:39 by ADMIN
Created by: randall
Comments: 3
Category: Editor
Type: Feature Request
1
I think RadEditor is starting to look like a good processor integration, however to make it really good it should support Shapes, Charts.

The issue is that it does not support then now, but more that it strips them out  of an existing document with then in it when loaded. I personally think this will make our customers mad if we can't have "true" docx loading etc.

Love to see this Editor become the De-facto for developers and this is what it will take.
Declined
Last Updated: 07 Jun 2016 12:26 by ADMIN
Currently when pasting an ordered list from MS Word, the RadEditor’s lists converter does not take into account the list’s items numbering. 

The following list
 
5.	Li1
6.	Li2

will be converted to

1.	Li1
2.	Li2
Declined
Last Updated: 07 Jun 2016 12:03 by ADMIN
ADMIN
Created by: Joana
Comments: 1
Category: Editor
Type: Feature Request
2
Steps to reproduce:

1. Go to http://demos.telerik.com/aspnet-ajax-beta/editor/examples/overview/defaultcs.aspx

2. Type some text

3. Format it as bold, italic and underline

4. Enter two new empty lines

5. Insert a table
Declined
Last Updated: 07 Jun 2016 12:01 by ADMIN
When ContentAreaMode="Div" RadEditor's Content Area's width automatically re-sizes with the content. If width is applied to reContentArea div element, the problem is resolved.

Actual behavior: by placing a long word or pasting an image larger than the content area's dimensions, its width is automatically expanded. (see ActualBehavior.png)

Expected Behavior: the content area's width should remain unchanged despite word length and pasted image dimensions. (see ExpectedBehavior.png)
Declined
Last Updated: 07 Jun 2016 11:48 by ADMIN
ADMIN
Created by: Danail Vasilev
Comments: 1
Category: Editor
Type: Feature Request
0
Similar to the RadComboBox' OnClientFocus event - http://www.telerik.com/help/aspnet-ajax/combobox-onclientfocus.html
1 2